branch: externals/auctex
commit d9a6c248d01be52547e98235bbade6a9588cc726
Author: Ikumi Keita <[email protected]>
Commit: Ikumi Keita <[email protected]>
; Minor improvement of documentation
* doc/quickstart.texi (Editing Facilities): Add a markup.
* doc/install.texi (Configure): Fix a typo.
---
doc/install.texi | 2 +-
doc/quickstart.texi | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/install.texi b/doc/install.texi
index f808135b54..8b7b00e35d 100644
--- a/doc/install.texi
+++ b/doc/install.texi
@@ -193,7 +193,7 @@ providers} for detail.
If you are planning to install the package as a single non-priviledged
user, you will typically set @var{prefix} to your home directory.
-Consult @ref{Advice for non-privileged users} for addtional
+Consult @ref{Advice for non-privileged users} for additional
instructions.
@item --with-emacs=@var{/path/to/emacs}
diff --git a/doc/quickstart.texi b/doc/quickstart.texi
index 9731d15eb1..d0fdf78e1a 100644
--- a/doc/quickstart.texi
+++ b/doc/quickstart.texi
@@ -124,7 +124,7 @@ this and asks you to enter a value.
@subsection Inserting macros
-@kbd{C-c C-m}, or simply @kbd{C-c RET} will give you a prompt that asks
+@kbd{C-c C-m}, or simply @kbd{C-c @key{RET}} will give you a prompt that asks
you for a @LaTeX{} macro. You can use @key{TAB} for completion, or the
@key{up}/@key{down} arrow keys (or @kbd{M-p} and @kbd{M-n}) to browse the
command
history. In many cases, @AUCTeX{} knows which arguments a macro needs