summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2007-01-28 20:46:53 +0000
committerEli Zaretskii <eliz@gnu.org>2007-01-28 20:46:53 +0000
commit98ef9fa49d97f2a24d905d22d67bf167fe15fc8a (patch)
tree312153c5b67b281b1df8c9cb8bb3908c9f80c43e /lisp
parentd33ca4d437218a26d9d85428b7046df19149535e (diff)
downloademacs-98ef9fa49d97f2a24d905d22d67bf167fe15fc8a.tar.gz
emacs-98ef9fa49d97f2a24d905d22d67bf167fe15fc8a.tar.bz2
emacs-98ef9fa49d97f2a24d905d22d67bf167fe15fc8a.zip
(speedbar-make-specialized-keymap): Doc fix.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/speedbar.el2
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index d9b97e6c1e8..d18061d11f0 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -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.
diff --git a/lisp/speedbar.el b/lisp/speedbar.el
index 1a5fc04ee3a..711957d9cd0 100644
--- a/lisp/speedbar.el
+++ b/lisp/speedbar.el
@@ -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)