]> code.delx.au - gnu-emacs/blobdiff - lispref/buffers.texi
Avoid @strong{Note:}.
[gnu-emacs] / lispref / buffers.texi
index c811f0b00178bbcc477cf97abbddfe9664872b5e..5b1104eb058fd4cb12ea1d7d2f36aec74ee50acf 100644 (file)
@@ -106,7 +106,7 @@ Emacs reads a command is the buffer that the command will apply to.
 switch visibly to a different buffer so that the user can edit it.  For
 that, you must use the functions described in @ref{Displaying Buffers}.
 
-  @strong{Note:} Lisp functions that change to a different current buffer
+  @strong{Warning:} Lisp functions that change to a different current buffer
 should not depend on the command loop to set it back afterwards.
 Editing commands written in Emacs Lisp can be called from other programs
 as well as from the command loop; it is convenient for the caller if