Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
29f47822
Commit
29f47822
authored
Apr 18, 2013
by
Leo Liu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add an additional key ? for describe-prefix-bindings
parent
d36ed1c8
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
1 deletion
+11
-1
etc/ChangeLog
etc/ChangeLog
+4
-0
etc/NEWS
etc/NEWS
+2
-0
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/bindings.el
lisp/bindings.el
+1
-1
No files found.
etc/ChangeLog
View file @
29f47822
2013-04-18 Leo Liu <sdl.web@gmail.com>
* NEWS: Mention new key ? for describe-prefix-bindings.
2013-04-15 Christopher Schmidt <christopher@ch.ristopher.com>
* NEWS: Mention separation of package descriptor and name of
...
...
etc/NEWS
View file @
29f47822
...
...
@@ -37,6 +37,8 @@ It is no longer needed, as the crt*.o files are no longer linked specially.
*
Changes in Emacs 24.4
** Key ? also describes prefix bindings like C-h.
+++
**
`apropos-variable' is now `apropos-user-option'
`apropos-user-option'
shows all user options while `apropos-variable'
...
...
lisp/ChangeLog
View file @
29f47822
2013-04-18 Leo Liu <sdl.web@gmail.com>
* bindings.el (help-event-list): Add ?\?.
2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
* subr.el (with-wrapper-hook): Declare obsolete.
...
...
lisp/bindings.el
View file @
29f47822
...
...
@@ -675,7 +675,7 @@ language you are using."
(garbage-collect)
(setq help-event-list '(help f1))
(setq help-event-list '(help f1
?\?
))
(make-variable-buffer-local 'minor-mode-overriding-map-alist)
...
...
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