(speedbar-make-specialized-keymap): Doc fix.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2007-01-28 Markus Triska <markus.triska@gmx.at>
|
||||
|
||||
* speedbar.el (speedbar-make-specialized-keymap): Doc fix.
|
||||
|
||||
2007-01-28 Chong Yidong <cyd@stupidchicken.com>
|
||||
|
||||
* play/gamegrid.el (gamegrid-kill-timer): Cancel timer directly.
|
||||
|
||||
@@ -819,7 +819,7 @@ to toggle this value.")
|
||||
|
||||
(defun speedbar-make-specialized-keymap ()
|
||||
"Create a keymap for use with a speedbar major or minor display mode.
|
||||
This basically creates a sparse keymap, and makes it's parent be
|
||||
This basically creates a sparse keymap, and makes its parent be
|
||||
`speedbar-key-map'."
|
||||
(let ((k (make-sparse-keymap)))
|
||||
(set-keymap-parent k speedbar-key-map)
|
||||
|
||||
Reference in New Issue
Block a user