summaryrefslogtreecommitdiff
path: root/lisp/speedbar.el
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/speedbar.el
parentd33ca4d437218a26d9d85428b7046df19149535e (diff)
downloademacs-98ef9fa49d97f2a24d905d22d67bf167fe15fc8a.tar.gz
(speedbar-make-specialized-keymap): Doc fix.
Diffstat (limited to 'lisp/speedbar.el')
-rw-r--r--lisp/speedbar.el2
1 files changed, 1 insertions, 1 deletions
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)