/[emacs]/emacs/lisp/language/viet-util.el
ViewVC logotype

Diff of /emacs/lisp/language/viet-util.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.21 by pj, Mon Apr 29 09:02:39 2002 UTC revision 1.21.2.1 by miles, Fri Apr 4 06:20:27 2003 UTC
# Line 222  Line 222 
222    
223  ;;;###autoload  ;;;###autoload
224  (defun viet-decode-viqr-region (from to)  (defun viet-decode-viqr-region (from to)
225    "Convert `VIQR' mnemonics of the current region to Vietnamese characaters.    "Convert `VIQR' mnemonics of the current region to Vietnamese characters.
226  When called from a program, expects two arguments,  When called from a program, expects two arguments,
227  positions (integers or markers) specifying the stretch of the region."  positions (integers or markers) specifying the stretch of the region."
228    (interactive "r")    (interactive "r")
# Line 239  positions (integers or markers) specifyi Line 239  positions (integers or markers) specifyi
239    
240  ;;;###autoload  ;;;###autoload
241  (defun viet-decode-viqr-buffer ()  (defun viet-decode-viqr-buffer ()
242    "Convert `VIQR' mnemonics of the current buffer to Vietnamese characaters."    "Convert `VIQR' mnemonics of the current buffer to Vietnamese characters."
243    (interactive)    (interactive)
244    (viet-decode-viqr-region (point-min) (point-max)))    (viet-decode-viqr-region (point-min) (point-max)))
245    
246  ;;;###autoload  ;;;###autoload
247  (defun viet-encode-viqr-region (from to)  (defun viet-encode-viqr-region (from to)
248    "Convert Vietnamese characaters of the current region to `VIQR' mnemonics.    "Convert Vietnamese characters of the current region to `VIQR' mnemonics.
249  When called from a program, expects two arguments,  When called from a program, expects two arguments,
250  positions (integers or markers) specifying the stretch of the region."  positions (integers or markers) specifying the stretch of the region."
251    (interactive "r")    (interactive "r")
# Line 262  positions (integers or markers) specifyi Line 262  positions (integers or markers) specifyi
262    
263  ;;;###autoload  ;;;###autoload
264  (defun viet-encode-viqr-buffer ()  (defun viet-encode-viqr-buffer ()
265    "Convert Vietnamese characaters of the current buffer to `VIQR' mnemonics."    "Convert Vietnamese characters of the current buffer to `VIQR' mnemonics."
266    (interactive)    (interactive)
267    (viet-encode-viqr-region (point-min) (point-max)))    (viet-encode-viqr-region (point-min) (point-max)))
268    

Legend:
Removed from v.1.21  
changed lines
  Added in v.1.21.2.1

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26