]> code.delx.au - gnu-emacs/commitdiff
(abbrev-start-location): Doc fix.
authorPavel Janík <Pavel@Janik.cz>
Thu, 25 Apr 2002 18:00:37 +0000 (18:00 +0000)
committerPavel Janík <Pavel@Janik.cz>
Thu, 25 Apr 2002 18:00:37 +0000 (18:00 +0000)
src/ChangeLog
src/abbrev.c

index 686c19c77b193d388185ac2cf2c6c62b364f5b69..f85358a4f7b67663f3e18e7e49dba9d0f4ba83c3 100644 (file)
@@ -6,6 +6,8 @@
 
 2002-04-25  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
 
+       * abbrev.c (abbrev-start-location): Doc fix.
+
        * indent.c (Fvertical_motion): Fix last change.
 
 2002-04-25  Gerd Moellmann  <gerd@gnu.org>
index 54e0e8464bbddfbf2966c6cd5529fa99f800edc9..8ffa3226a61752c8613b4ccb1b63b0ea02dc5c31 100644 (file)
@@ -389,8 +389,8 @@ Returns the abbrev symbol, if expansion took place.  */)
       /* If the abbrev has a hook function, run it.  */
       expanded = call0 (hook);
 
-      /* In addition, if the hook function is a symbol with a a
-        non-nil `no-self-insert' property, let the value it returned
+      /* In addition, if the hook function is a symbol with
+        non-nil `no-self-insert' property, let the value it returned
         specify whether we consider that an expansion took place.  If
         it returns nil, no expansion has been done.  */
 
@@ -635,7 +635,7 @@ nil if the abbrev has already been unexpanded.  */);
 
   DEFVAR_LISP ("abbrev-start-location", &Vabbrev_start_location,
               doc: /* Buffer position for `expand-abbrev' to use as the start of the abbrev.
-nil means use the word before point as the abbrev.
+When nil, use the word before point as the abbrev.
 Calling `expand-abbrev' sets this to nil.  */);
   Vabbrev_start_location = Qnil;