Index: emacs/lispref/tips.texi
diff -c emacs/lispref/tips.texi:1.69 emacs/lispref/tips.texi:1.70
*** emacs/lispref/tips.texi:1.69        Thu Aug 11 19:49:33 2005
--- emacs/lispref/tips.texi     Sun Sep  4 01:48:26 2005
***************
*** 374,379 ****
--- 374,393 ----
  with a period.
  
  @item
+ A question asked in the minibuffer with @code{y-or-n-p} or
+ @code{yes-or-no-p} should start with a capital letter and end with
+ @samp{? }.
+ 
+ @item
+ When you mention a default value in a minibuffer prompt,
+ put it and the word @samp{default} inside parentheses.
+ It should look like this:
+ 
+ @example
+ Enter the answer: (default 42)
+ @end example
+ 
+ @item
  In @code{interactive}, if you use a Lisp expression to produce a list
  of arguments, don't try to provide the ``correct'' default values for
  region or position arguments.  Instead, provide @code{nil} for those


_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to