summaryrefslogtreecommitdiff
path: root/src/abbrev.c
diff options
context:
space:
mode:
authorPavel Janík <Pavel@Janik.cz>2002-04-25 18:00:37 +0000
committerPavel Janík <Pavel@Janik.cz>2002-04-25 18:00:37 +0000
commitca70e62febbbb5315ba2908f5a1d189635039928 (patch)
tree9f74ad9399521f92bdf95adcf5b0cc02a3e6e74c /src/abbrev.c
parentef58a7ec876cd60b2ab9c7223013fc3079e67c72 (diff)
downloademacs-ca70e62febbbb5315ba2908f5a1d189635039928.tar.gz
(abbrev-start-location): Doc fix.
Diffstat (limited to 'src/abbrev.c')
-rw-r--r--src/abbrev.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/abbrev.c b/src/abbrev.c
index 54e0e8464bb..8ffa3226a61 100644
--- a/src/abbrev.c
+++ b/src/abbrev.c
@@ -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
+ 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 @@ 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;