diff options
author | Richard M. Stallman <rms@gnu.org> | 2000-01-21 02:22:56 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2000-01-21 02:22:56 +0000 |
commit | c87dbfd03c6bad52a4ed2254b7b7af880c5a9102 (patch) | |
tree | eb1a3a40e406f58a4b2699a1f25335c55c87bdb7 /src/cmds.c | |
parent | 2d5e9b548edafcdc886cb430b9a80ffd08a80baf (diff) | |
download | emacs-c87dbfd03c6bad52a4ed2254b7b7af880c5a9102.tar.gz |
Comment change.
Diffstat (limited to 'src/cmds.c')
-rw-r--r-- | src/cmds.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmds.c b/src/cmds.c index 27d6812d05f..f2688656600 100644 --- a/src/cmds.c +++ b/src/cmds.c @@ -443,7 +443,7 @@ internal_self_insert (c, noautofill) sym = Fexpand_abbrev (); - /* If we expanded an abbrev which has only a hook, + /* If we expanded an abbrev which has a hook, and the hook has a non-nil `no-self-insert' property, return right away--don't really self-insert. */ if (! NILP (sym) && ! NILP (XSYMBOL (sym)->function) |