summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@suse.de>2001-12-07 11:57:15 +0000
committerAndreas Schwab <schwab@suse.de>2001-12-07 11:57:15 +0000
commitb5f1c9fa029b1d377165eb31618c52c4c0a77164 (patch)
tree8a0f9cf3c8affe1bd903ddd3b4fe1b690d1cb8ca
parent8220a1f0a61c44c3ff28ae57fac9ae4847e7c618 (diff)
downloademacs-b5f1c9fa029b1d377165eb31618c52c4c0a77164.tar.gz
Don't omit first argument of @ref.
-rw-r--r--man/emacs.texi2
-rw-r--r--man/maintaining.texi2
2 files changed, 2 insertions, 2 deletions
diff --git a/man/emacs.texi b/man/emacs.texi
index d5dd6164c58..316fb837f4a 100644
--- a/man/emacs.texi
+++ b/man/emacs.texi
@@ -99,7 +99,7 @@ Emacs is the extensible, customizable, self-documenting real-time
display editor. This Info file describes how to edit with Emacs and
some of how to customize it; it corresponds to GNU Emacs version
@value{EMACSVER}.
-For information on extending Emacs, see @ref{,Emacs Lisp,, elisp, The
+For information on extending Emacs, see @ref{Top, Emacs Lisp,, elisp, The
Emacs Lisp Reference Manual}.
@end ifnottex
diff --git a/man/maintaining.texi b/man/maintaining.texi
index 06ad85fe9bd..b84b17c3783 100644
--- a/man/maintaining.texi
+++ b/man/maintaining.texi
@@ -848,7 +848,7 @@ It's not unusual for programmers to get their signals crossed and modify
the same program in two different directions. To recover from this
confusion, you need to merge the two versions. Emerge makes this
easier. See also @ref{Comparing Files}, for commands to compare
-in a more manual fashion, and @ref{,Ediff,, ediff, The Ediff Manual}.
+in a more manual fashion, and @ref{Top, Ediff,, ediff, The Ediff Manual}.
@menu
* Overview of Emerge:: How to start Emerge. Basic concepts.