emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/emacs-23 r99786: * abbrev.el: Fix typos.


From: Juanma Barranquero
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-23 r99786: * abbrev.el: Fix typos.
Date: Mon, 26 Apr 2010 11:55:29 +0200
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 99786
committer: Juanma Barranquero <address@hidden>
branch nick: emacs-23
timestamp: Mon 2010-04-26 11:55:29 +0200
message:
  * abbrev.el: Fix typos.
modified:
  lisp/ChangeLog
  lisp/abbrev.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2010-04-24 16:35:43 +0000
+++ b/lisp/ChangeLog    2010-04-26 09:55:29 +0000
@@ -1,3 +1,8 @@
+2010-04-26  Juanma Barranquero  <address@hidden>
+
+       * abbrev.el (last-abbrev-text): Doc fix.
+       (abbrev-prefix-mark): Don't escape parenthesis.
+
 2010-04-24  Andreas Schwab  <address@hidden>
 
        * composite.el (find-composition): Doc fix.

=== modified file 'lisp/abbrev.el'
--- a/lisp/abbrev.el    2010-01-13 08:35:10 +0000
+++ b/lisp/abbrev.el    2010-04-26 09:55:29 +0000
@@ -338,7 +338,7 @@
 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 @@
 
 (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.")


reply via email to

[Prev in Thread] Current Thread [Next in Thread]