]> git.eshelyaron.com Git - emacs.git/commitdiff
(speedbar-make-specialized-keymap): Doc fix.
authorEli Zaretskii <eliz@gnu.org>
Sun, 28 Jan 2007 20:46:53 +0000 (20:46 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sun, 28 Jan 2007 20:46:53 +0000 (20:46 +0000)
lisp/ChangeLog
lisp/speedbar.el

index d9b97e6c1e8fcb34c9db6c7206f1ddade444ee57..d18061d11f0b3b832260fe966c796133a0de530d 100644 (file)
@@ -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.
index 1a5fc04ee3a72c73f9b87adb2c8a5d59e6010814..711957d9cd02b4bb19f4216d25adc3f7d9f981a6 100644 (file)
@@ -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)