diff options
Diffstat (limited to 'lisp/speedbar.el')
-rw-r--r-- | lisp/speedbar.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/speedbar.el b/lisp/speedbar.el index 01357cb380a..711957d9cd0 100644 --- a/lisp/speedbar.el +++ b/lisp/speedbar.el @@ -1,7 +1,7 @@ ;;; speedbar --- quick access to files and tags in a frame ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, -;; 2005, 2006 Free Software Foundation, Inc. +;; 2005, 2006, 2007 Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <zappo@gnu.org> ;; Keywords: file, tags, tools @@ -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) |