diff options
author | Bastien Guerry <bzg@gnu.org> | 2013-01-07 23:00:55 +0100 |
---|---|---|
committer | Bastien Guerry <bzg@gnu.org> | 2013-01-07 23:00:55 +0100 |
commit | acfe10b71c260718f72445cd984327c1d96063ab (patch) | |
tree | 46b774b32c4625c8b0a4991485d48ffc0ef0fbfc /lisp/menu-bar.el | |
parent | 62bcf6709991d2c5dda92dc931e308f7e040c123 (diff) | |
download | emacs-acfe10b71c260718f72445cd984327c1d96063ab.tar.gz |
Introduce `apropos-user-option' and update `apropos-variable'. (Bug#13276)
Diffstat (limited to 'lisp/menu-bar.el')
-rw-r--r-- | lisp/menu-bar.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/menu-bar.el b/lisp/menu-bar.el index 024e2237cae..60f2bc2999f 100644 --- a/lisp/menu-bar.el +++ b/lisp/menu-bar.el @@ -1637,8 +1637,8 @@ key, a click, or a menu-item")) '(menu-item "Find Options by Value..." apropos-value :help "Find variables whose values match a regexp")) (bindings--define-key menu [find-options-by-name] - '(menu-item "Find Options by Name..." apropos-variable - :help "Find variables whose names match a regexp")) + '(menu-item "Find Options by Name..." apropos-user-option + :help "Find user options whose names match a regexp")) (bindings--define-key menu [find-commands-by-name] '(menu-item "Find Commands by Name..." apropos-command :help "Find commands whose names match a regexp")) |