diff options
author | Markus Rost <rost@math.uni-bielefeld.de> | 2002-05-13 15:41:00 +0000 |
---|---|---|
committer | Markus Rost <rost@math.uni-bielefeld.de> | 2002-05-13 15:41:00 +0000 |
commit | 31e1a094cf2611038d9cf4f083ddea8f6d535f79 (patch) | |
tree | dba9705fe6d2eeddc92dc6f6425bbf1c34cbe0a7 /lisp/woman.el | |
parent | 7fbac64580fcae7101831e2b54be9ed60ce46c84 (diff) | |
download | emacs-31e1a094cf2611038d9cf4f083ddea8f6d535f79.tar.gz |
(woman-menu): Add a comment about the last change.
Diffstat (limited to 'lisp/woman.el')
-rw-r--r-- | lisp/woman.el | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lisp/woman.el b/lisp/woman.el index 70dc4683719..f9929794343 100644 --- a/lisp/woman.el +++ b/lisp/woman.el @@ -1728,7 +1728,10 @@ Argument EVENT is the invoking mouse event." (woman (current-word t))) ;; WoMan menu bar and pop-up menu: -(easy-menu-define woman-menu ; (SYMBOL MAPS DOC MENU) +(easy-menu-define + woman-menu ; (SYMBOL MAPS DOC MENU) + ;; That comment was moved after the symbol `woman-menu' to make + ;; find-function-search-for-symbol work. -- rost woman-mode-map "WoMan Menu" `("WoMan" |