summaryrefslogtreecommitdiff
path: root/lispref/text.texi
diff options
context:
space:
mode:
authorWerner LEMBERG <wl@gnu.org>2001-07-27 07:09:54 +0000
committerWerner LEMBERG <wl@gnu.org>2001-07-27 07:09:54 +0000
commit0b2fb0459801d79bb08b7177548ef3520cb52ce4 (patch)
tree91f4226c8e37ab897635a7337352fa9f7f75bc60 /lispref/text.texi
parent0a2eeca145d513be402ea6fb46bb6b99e7e53704 (diff)
downloademacs-0b2fb0459801d79bb08b7177548ef3520cb52ce4.tar.gz
Fixing some typos.
Diffstat (limited to 'lispref/text.texi')
-rw-r--r--lispref/text.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/lispref/text.texi b/lispref/text.texi
index a0d7ed7717b..1cd8c14a85a 100644
--- a/lispref/text.texi
+++ b/lispref/text.texi
@@ -1209,7 +1209,7 @@ argument implies the value @code{full} for @var{justify}.
This command fills the paragraph at or after point. If
@var{justify} is non-@code{nil}, each line is justified as well.
It uses the ordinary paragraph motion commands to find paragraph
-boundaries. @xref{Paragraphs,,, emacs, The Emacs Manual}.
+boundaries. @xref{Paragraphs,,, emacs, The GNU Emacs Manual}.
@end deffn
@deffn Command fill-region start end &optional justify nosqueeze to-eop
@@ -2824,8 +2824,8 @@ function called to display help strings. These may be @code{help-echo}
properties, menu help strings (@pxref{Simple Menu Items},
@pxref{Extended Menu Items}), or tool bar help strings (@pxref{Tool
Bar}). The specified function is called with one argument, the help
-string to display. Tooltip mode (@pxref{(emacs)Tooltips}) provides an
-example.
+string to display. Tooltip mode (@pxref{Tooltips,,, emacs, The GNU Emacs
+Manual}) provides an example.
@end defvar
@node Format Properties