emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-24 r116832: * lispref/commands.texi (Defining Comman


From: Glenn Morris
Subject: [Emacs-diffs] emacs-24 r116832: * lispref/commands.texi (Defining Commands): Tweak previous change.
Date: Sat, 22 Mar 2014 21:41:35 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 116832
revision-id: address@hidden
parent: address@hidden
committer: Glenn Morris <address@hidden>
branch nick: emacs-24
timestamp: Sat 2014-03-22 14:41:31 -0700
message:
  * lispref/commands.texi (Defining Commands): Tweak previous change.
modified:
  doc/lispref/commands.texi      
commands.texi-20091113204419-o5vbwnq5f7feedwu-6165
=== modified file 'doc/lispref/commands.texi'
--- a/doc/lispref/commands.texi 2014-03-22 19:54:48 +0000
+++ b/doc/lispref/commands.texi 2014-03-22 21:41:31 +0000
@@ -129,8 +129,9 @@
 byte compiler to warn if the command is called from Lisp.  The value
 of the property can be: a string, which the byte-compiler will
 use directly in its warning (it should end with a period,
-and not start with a capital); @code{t}; any other symbol, which
-should be an alternative function to use in Lisp code.
+and not start with a capital, e.g. ``use @dots{} instead.''); @code{t};
+any other symbol, which should be an alternative function to use in
+Lisp code.
 
 @menu
 * Using Interactive::     General rules for @code{interactive}.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]