changeset 44851:ceafe18856c7

(abbrev-start-location): Doc fix.
author Pavel Janík <Pavel@Janik.cz>
date Thu, 25 Apr 2002 17:59:13 +0000
parents 6a10724b89fe
children da382d6ab565
files src/abbrev.c
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/abbrev.c	Thu Apr 25 17:28:08 2002 +0000
+++ b/src/abbrev.c	Thu Apr 25 17:59:13 2002 +0000
@@ -389,8 +389,8 @@
       /* 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
+	 a 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 @@
 
   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;