diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2010-04-26 11:55:29 +0200 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2010-04-26 11:55:29 +0200 |
commit | 29c483402a0e773a4c390c8a703897a414035006 (patch) | |
tree | 1efa94c4183857e709f8f7619c8f39e8e2271655 /lisp/abbrev.el | |
parent | 2233cfb01d442848559365153c7bdd3ed4b11ccb (diff) | |
download | emacs-29c483402a0e773a4c390c8a703897a414035006.tar.gz |
* abbrev.el: Fix typos.
Diffstat (limited to 'lisp/abbrev.el')
-rw-r--r-- | lisp/abbrev.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/abbrev.el b/lisp/abbrev.el index b72bdbb8126..a1fc3f90bf6 100644 --- a/lisp/abbrev.el +++ b/lisp/abbrev.el @@ -338,7 +338,7 @@ Expands the abbreviation after defining it." Abbrev to be expanded starts here rather than at beginning of word. This way, you can expand an abbrev with a prefix: insert the prefix, use this command, then insert the abbrev. This command inserts a -temporary hyphen after the prefix \(until the intended abbrev +temporary hyphen after the prefix (until the intended abbrev expansion occurs). If the prefix is itself an abbrev, this command expands it, unless ARG is non-nil. Interactively, ARG is the prefix argument." @@ -460,7 +460,7 @@ Trying to expand an abbrev in any other buffer clears `abbrev-start-location'.") (defvar last-abbrev-text nil "The exact text of the last abbrev expanded. -nil if the abbrev has already been unexpanded.") +It is nil if the abbrev has already been unexpanded.") (defvar last-abbrev-location 0 "The location of the start of the last abbrev expanded.") |