aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/language
diff options
context:
space:
mode:
authorChong Yidong2005-12-18 01:17:27 +0000
committerChong Yidong2005-12-18 01:17:27 +0000
commit1aa545c147c2d4739e6d5b6577fa5533f515e93e (patch)
treef01a742f1b9a1a0d2d702ce929086adf7cbc7b09 /lisp/language
parent233d51957bba1cfa337a1198cfc227700fc2874f (diff)
downloademacs-1aa545c147c2d4739e6d5b6577fa5533f515e93e.tar.gz
emacs-1aa545c147c2d4739e6d5b6577fa5533f515e93e.zip
* language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
* textmodes/picture.el (picture-mode): Update docstrings.
Diffstat (limited to 'lisp/language')
-rw-r--r--lisp/language/ethio-util.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/language/ethio-util.el b/lisp/language/ethio-util.el
index fb70b2641d0..413ad3c3183 100644
--- a/lisp/language/ethio-util.el
+++ b/lisp/language/ethio-util.el
@@ -824,7 +824,7 @@ Delete the escape even it is not recognized."
824 824
825;;;###autoload 825;;;###autoload
826(defun ethio-sera-to-fidel-mail-or-marker (&optional arg) 826(defun ethio-sera-to-fidel-mail-or-marker (&optional arg)
827 "Execute ethio-sera-to-fidel-mail or ethio-sera-to-fidel-marker depending on the current major mode. 827 "Execute `ethio-sera-to-fidel-mail' or `ethio-sera-to-fidel-marker' depending on the current major mode.
828If in rmail-mode or in mail-mode, execute the former; otherwise latter." 828If in rmail-mode or in mail-mode, execute the former; otherwise latter."
829 829
830 (interactive "P") 830 (interactive "P")
@@ -1214,7 +1214,7 @@ See also the descriptions of the variables
1214 1214
1215;;;###autoload 1215;;;###autoload
1216(defun ethio-fidel-to-sera-mail-or-marker (&optional arg) 1216(defun ethio-fidel-to-sera-mail-or-marker (&optional arg)
1217 "Execute ethio-fidel-to-sera-mail or ethio-fidel-to-sera-marker depending on the current major mode. 1217 "Execute `ethio-fidel-to-sera-mail' or `ethio-fidel-to-sera-marker' depending on the current major mode.
1218If in rmail-mode or in mail-mode, execute the former; otherwise latter." 1218If in rmail-mode or in mail-mode, execute the former; otherwise latter."
1219 1219
1220 (interactive "P") 1220 (interactive "P")