diff options
author | Glenn Morris <rgm@gnu.org> | 2009-10-01 02:50:00 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2009-10-01 02:50:00 +0000 |
commit | 9ffe3f52feebf9098f98c028e4dfeab3e4b44f92 (patch) | |
tree | 289f1147e9dd00badca0202f741efb1071cc4b80 /lisp/emacs-lisp/eieio-speedbar.el | |
parent | d8edf09f3780a74f4b9b118a1bad895fc40f9674 (diff) | |
download | emacs-9ffe3f52feebf9098f98c028e4dfeab3e4b44f92.tar.gz |
Doc/message fixes.
Diffstat (limited to 'lisp/emacs-lisp/eieio-speedbar.el')
-rw-r--r-- | lisp/emacs-lisp/eieio-speedbar.el | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lisp/emacs-lisp/eieio-speedbar.el b/lisp/emacs-lisp/eieio-speedbar.el index 3a1995a773c..8eb0a919a0b 100644 --- a/lisp/emacs-lisp/eieio-speedbar.el +++ b/lisp/emacs-lisp/eieio-speedbar.el @@ -3,7 +3,7 @@ ;; Copyright (C) 1999, 2000, 2001, 2002, 2005, 2007, 2008, 2009 ;; Free Software Foundation, Inc. -;; Author: Eric M. Ludlam <zappo@gnu.org> +;; Author: Eric M. Ludlam <zappo@gnu.org> ;; Version: 0.2 ;; Keywords: OO, tools @@ -77,9 +77,9 @@ ;; string. This will automatically handle cases when speedbar is ;; not already loaded, and specifying all overload functions. ;; -;; 5) Create an initliazer function which looks like this: +;; 5) Create an initializer function which looks like this: ;; -;; (defun my-speedbar-mode-initilaize () +;; (defun my-speedbar-mode-initialize () ;; "documentation" ;; (interactive) ;; (speedbar-frame-mode 1) @@ -136,8 +136,8 @@ "Create a speedbar mode for displaying an object hierarchy. MAP-FN is the keymap generator function used for extra keys. MAP-VAR is the keymap variable used. -MENU-VAR is the symbol containting an easymenu compatible menu part to use. -MODENAME is a s tring used to identify this browser mode. +MENU-VAR is the symbol containing an easymenu compatible menu part to use. +MODENAME is a string used to identify this browser mode. FETCHER is a generic function used to fetch the base object list used when creating the speedbar display." (if (not (featurep 'speedbar)) |