emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/editfns.c,v


From: Kim F. Storm
Subject: [Emacs-diffs] Changes to emacs/src/editfns.c,v
Date: Mon, 11 Sep 2006 08:26:48 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Kim F. Storm <kfstorm>  06/09/11 08:26:48

Index: editfns.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/editfns.c,v
retrieving revision 1.427
retrieving revision 1.428
diff -u -b -r1.427 -r1.428
--- editfns.c   9 Sep 2006 10:50:03 -0000       1.427
+++ editfns.c   11 Sep 2006 08:26:47 -0000      1.428
@@ -3178,6 +3178,9 @@
 The first argument is a format control string, and the rest are data
 to be formatted under control of the string.  See `format' for details.
 
+Note: Use (message "%s" VALUE) to print the value of expressions and
+variables to avoid accidentally interpreting `%' as format specifiers.
+
 If the first argument is nil or the empty string, the function clears
 any existing message; this lets the minibuffer contents show.  See
 also `current-message'.




reply via email to

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