Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
2fa8c0b5
Commit
2fa8c0b5
authored
Jun 07, 1993
by
Richard M. Stallman
Browse files
Doc fix.
parent
4f9d3ad8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/keymap.c
src/keymap.c
+2
-2
No files found.
src/keymap.c
View file @
2fa8c0b5
...
...
@@ -854,7 +854,7 @@ DEFUN ("global-set-key", Fglobal_set_key, Sglobal_set_key, 2, 2,
"kSet key globally:
\n
CSet key %s to command: "
,
"Give KEY a global binding as COMMAND.
\n
\
COMMAND is a symbol naming an interactively-callable function.
\n
\
KEY is a
string representing a sequence of keystrok
es.
\n
\
KEY is a
key sequence (a string or vector of characters or event typ
es
)
.
\n
\
Note that if KEY has a local binding in the current buffer
\n
\
that local binding will continue to shadow any global binding."
)
(
keys
,
function
)
...
...
@@ -872,7 +872,7 @@ DEFUN ("local-set-key", Flocal_set_key, Slocal_set_key, 2, 2,
"kSet key locally:
\n
CSet key %s locally to command: "
,
"Give KEY a local binding as COMMAND.
\n
\
COMMAND is a symbol naming an interactively-callable function.
\n
\
KEY is a
string representing a sequence of keystrok
es.
\n
\
KEY is a
key sequence (a string or vector of characters or event typ
es
)
.
\n
\
The binding goes in the current buffer's local map,
\n
\
which is shared with other buffers in the same major mode."
)
(
keys
,
function
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment