Mercurial > emacs
diff src/keymap.c @ 11089:3759523c1773
(Fwhere_is_internal): Fix missing \n\.
| author | Karl Heuer <kwzh@gnu.org> |
|---|---|
| date | Wed, 22 Mar 1995 17:47:55 +0000 |
| parents | 3a7336f191b9 |
| children | e6bdaaa6ce1b |
line wrap: on
line diff
--- a/src/keymap.c Wed Mar 22 17:44:18 1995 +0000 +++ b/src/keymap.c Wed Mar 22 17:47:55 1995 +0000 @@ -1532,7 +1532,7 @@ 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\
