aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKarl Heuer1996-01-04 23:02:52 +0000
committerKarl Heuer1996-01-04 23:02:52 +0000
commitb31a42188c124748f03d73837c59949cd72083ba (patch)
treea4424b27cd6edce9c1915486a5a99b4528ad889e /src
parent5c4d25a655e7e043e83a9d025335bd9d397185ca (diff)
downloademacs-b31a42188c124748f03d73837c59949cd72083ba.tar.gz
emacs-b31a42188c124748f03d73837c59949cd72083ba.zip
(Flookup_key): Doc fix.
Diffstat (limited to 'src')
-rw-r--r--src/keymap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/keymap.c b/src/keymap.c
index 19606fccbf9..d2f232c78e9 100644
--- a/src/keymap.c
+++ b/src/keymap.c
@@ -673,7 +673,7 @@ it takes to reach a non-prefix command.\n\
673\n\ 673\n\
674Normally, `lookup-key' ignores bindings for t, which act as default\n\ 674Normally, `lookup-key' ignores bindings for t, which act as default\n\
675bindings, used when nothing else in the keymap applies; this makes it\n\ 675bindings, used when nothing else in the keymap applies; this makes it\n\
676useable as a general function for probing keymaps. However, if the\n\ 676usable as a general function for probing keymaps. However, if the\n\
677third optional argument ACCEPT-DEFAULT is non-nil, `lookup-key' will\n\ 677third optional argument ACCEPT-DEFAULT is non-nil, `lookup-key' will\n\
678recognize the default bindings, just as `read-key-sequence' does.") 678recognize the default bindings, just as `read-key-sequence' does.")
679 (keymap, key, accept_default) 679 (keymap, key, accept_default)
@@ -1951,7 +1951,7 @@ nominal alternate\n\
1951 return Qnil; 1951 return Qnil;
1952} 1952}
1953 1953
1954/* Insert a desription of the key bindings in STARTMAP, 1954/* Insert a description of the key bindings in STARTMAP,
1955 followed by those of all maps reachable through STARTMAP. 1955 followed by those of all maps reachable through STARTMAP.
1956 If PARTIAL is nonzero, omit certain "uninteresting" commands 1956 If PARTIAL is nonzero, omit certain "uninteresting" commands
1957 (such as `undefined'). 1957 (such as `undefined').