diff options
| -rw-r--r-- | lisp/emacs-lisp/lmenu.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/lmenu.el b/lisp/emacs-lisp/lmenu.el index 17c6de63a7a..b97b3577edb 100644 --- a/lisp/emacs-lisp/lmenu.el +++ b/lisp/emacs-lisp/lmenu.el | |||
| @@ -143,7 +143,7 @@ If the `callback' of a button is a symbol, then it must name a command. | |||
| 143 | It will be invoked with `call-interactively'. If it is a list, then it is | 143 | It will be invoked with `call-interactively'. If it is a list, then it is |
| 144 | evaluated with `eval'. | 144 | evaluated with `eval'. |
| 145 | 145 | ||
| 146 | One (and only one) of the buttons may be `nil'. This marker means that all | 146 | One (and only one) of the buttons may be nil. This marker means that all |
| 147 | following buttons should be flushright instead of flushleft. | 147 | following buttons should be flushright instead of flushleft. |
| 148 | 148 | ||
| 149 | The syntax, more precisely: | 149 | The syntax, more precisely: |