diff options
author | Karl Heuer <kwzh@gnu.org> | 1995-03-22 17:47:55 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1995-03-22 17:47:55 +0000 |
commit | 6d54ffc4dd9d47cf25e32950c6d26cdaed8652f7 (patch) | |
tree | 1bac1251d415f5052bd46e8458d210b6ddd7f665 /src/keymap.c | |
parent | 30d626b212b20cbe2165535a3b8cecaa0ee9a903 (diff) | |
download | emacs-6d54ffc4dd9d47cf25e32950c6d26cdaed8652f7.tar.gz |
(Fwhere_is_internal): Fix missing \n\.
Diffstat (limited to 'src/keymap.c')
-rw-r--r-- | src/keymap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/keymap.c b/src/keymap.c index abceaa50305..e5890f59a2b 100644 --- a/src/keymap.c +++ b/src/keymap.c @@ -1532,7 +1532,7 @@ If optional 3rd arg FIRSTONLY is non-nil, return the first key sequence found,\n rather than a list of all possible key sequences.\n\ If FIRSTONLY is the symbol `non-ascii', return the first binding found,\n\ no matter what it is.\n\ -If FIRSTONLY has another non-nil value, prefer sequences of ASCII characters, +If FIRSTONLY has another non-nil value, prefer sequences of ASCII characters,\n\ and entirely reject menu bindings.\n\ \n\ If optional 4th arg NOINDIRECT is non-nil, don't follow indirections\n\ |