Fix @strong{Note:}.
This commit is contained in:
parent
35ff19c321
commit
bab5541b9a
4 changed files with 10 additions and 10 deletions
|
@ -3127,7 +3127,7 @@ and declare it inline all at once.
|
|||
(defsubst foo (...) ...) ; instead of defun
|
||||
@end example
|
||||
|
||||
@strong{Note:} This declaration remains in effect after the
|
||||
@strong{Please note:} this declaration remains in effect after the
|
||||
containing source file is done. It is correct to use it to
|
||||
request that a function you have defined should be inlined,
|
||||
but it is impolite to use it to request inlining of an external
|
||||
|
|
|
@ -1558,7 +1558,7 @@ white space and newlines. This feature can be toggled on/off interactively,
|
|||
via the command @kbd{##}.
|
||||
@end table
|
||||
|
||||
@strong{Note:} In order for this feature to work, auto-refining of
|
||||
@strong{Please note:} in order for this feature to work, auto-refining of
|
||||
difference regions must be on, since otherwise Ediff won't know if there
|
||||
are fine differences between regions. On devices where Emacs can display
|
||||
faces, auto-refining is a default, but it is not turned on by default on
|
||||
|
@ -1693,8 +1693,8 @@ faces, you can modify them when Ediff is being loaded using
|
|||
ediff-current-diff-face-B)))
|
||||
@end smallexample
|
||||
|
||||
@strong{Note:} To set Ediff's faces, use only @code{copy-face} or
|
||||
@code{set/make-face-@dots{}} as shown above. Emacs' low-level
|
||||
@strong{Please note:} to set Ediff's faces, use only @code{copy-face}
|
||||
or @code{set/make-face-@dots{}} as shown above. Emacs' low-level
|
||||
face-manipulation functions should be avoided.
|
||||
|
||||
@node Narrowing, Refinement of Difference Regions, Highlighting Difference Regions, Customization
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
\input texinfo @c -*-texinfo-*-
|
||||
@c "@(#)$Name: $:$Id: pcl-cvs.texi,v 1.21 2003/09/01 15:45:46 miles Exp $"
|
||||
@c "@(#)$Name: $:$Id: pcl-cvs.texi,v 1.22 2003/09/29 13:44:26 ttn Exp $"
|
||||
@c %**start of header
|
||||
@setfilename ../info/pcl-cvs
|
||||
@settitle PCL-CVS --- Emacs Front-End to CVS
|
||||
|
@ -1088,7 +1088,7 @@ revision.
|
|||
This command use @code{ediff} (or @code{emerge}, see above) to allow you
|
||||
to do an interactive 3-way merge.
|
||||
|
||||
@strong{Note:} When the file status is @samp{Conflict},
|
||||
@strong{Please note:} when the file status is @samp{Conflict},
|
||||
CVS has already performed a merge. The resulting file is not used in
|
||||
any way if you use this command. If you use the @kbd{q} command inside
|
||||
@samp{ediff} (to successfully terminate a merge) the file that CVS
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
\input texinfo @c -*-texinfo-*-
|
||||
@c $Id: woman.texi,v 1.13 2002/12/10 13:20:09 pj Exp $
|
||||
@c $Id: woman.texi,v 1.14 2003/09/01 15:45:46 miles Exp $
|
||||
@c %**start of header
|
||||
@setfilename ../info/woman
|
||||
@settitle WoMan: Browse Unix Manual Pages ``W.O. (without) Man''
|
||||
|
@ -1329,9 +1329,9 @@ The SysV standard man pages use two character suffixes, and this is
|
|||
becoming more common in the GNU world. For example, the man pages in
|
||||
the @code{ncurses} package include @file{toe.1m}, @file{form.3x}, etc.
|
||||
|
||||
@strong{Note:} an optional compression regexp will be appended, so this
|
||||
regexp @emph{must not} end with any kind of string terminator such as
|
||||
@code{$} or @code{\\'}.
|
||||
@strong{Please note:} an optional compression regexp will be appended,
|
||||
so this regexp @emph{must not} end with any kind of string terminator
|
||||
such as @code{$} or @code{\\'}.
|
||||
|
||||
@item woman-file-compression-regexp
|
||||
A regular match expression used to match compressed man file extensions
|
||||
|
|
Loading…
Add table
Reference in a new issue