summaryrefslogtreecommitdiff
path: root/lisp/abbrev.el
diff options
context:
space:
mode:
authorChristopher Zaborsky <rogue@erratum.com>1992-09-27 17:22:08 +0000
committerChristopher Zaborsky <rogue@erratum.com>1992-09-27 17:22:08 +0000
commitc8fa98ccfc86bac03eb119505abd8cbd112f387a (patch)
treeba9833d9b6d3e4f52427d6214af78c340a7da14f /lisp/abbrev.el
parentf480bf4b7488262c17f773bbfc6458c9d823b0dd (diff)
downloademacs-c8fa98ccfc86bac03eb119505abd8cbd112f387a.tar.gz
Doc fix.
Diffstat (limited to 'lisp/abbrev.el')
-rw-r--r--lisp/abbrev.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/abbrev.el b/lisp/abbrev.el
index 9924b5c6c18..ad7dd54405c 100644
--- a/lisp/abbrev.el
+++ b/lisp/abbrev.el
@@ -26,7 +26,7 @@ Makes the commands to define mode-specific abbrevs define global ones instead.")
(defun abbrev-mode (arg)
"Toggle abbrev mode.
-With arg, turn abbrev mode on iff arg is positive.
+With ARG, turn abbrev mode on iff ARG is positive.
In abbrev mode, inserting an abbreviation causes it to expand
and be replaced by its expansion."
(interactive "P")