aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2003-05-06 17:49:24 +0000
committerJuanma Barranquero2003-05-06 17:49:24 +0000
commit74dfa72fa39e60f963a8dbbdcbee995c2322a3f7 (patch)
tree804909d26296d4a10a1a4e7de87494f121b099c3
parent89a5038d51565b0021fe9763d18602c0d9b3d6c3 (diff)
downloademacs-74dfa72fa39e60f963a8dbbdcbee995c2322a3f7.tar.gz
emacs-74dfa72fa39e60f963a8dbbdcbee995c2322a3f7.zip
(popup-dialog-box): Don't quote nil and t in docstrings.
-rw-r--r--lisp/emacs-lisp/lmenu.el2
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.
143It will be invoked with `call-interactively'. If it is a list, then it is 143It will be invoked with `call-interactively'. If it is a list, then it is
144evaluated with `eval'. 144evaluated with `eval'.
145 145
146One (and only one) of the buttons may be `nil'. This marker means that all 146One (and only one) of the buttons may be nil. This marker means that all
147following buttons should be flushright instead of flushleft. 147following buttons should be flushright instead of flushleft.
148 148
149The syntax, more precisely: 149The syntax, more precisely: