diff options
author | Richard M. Stallman <rms@gnu.org> | 1996-02-06 20:53:26 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1996-02-06 20:53:26 +0000 |
commit | dfb995cf6b1068ea664722a105c2f8c451549836 (patch) | |
tree | f6bcc0e85c7c1ae777cd53288b5d9999ddf966f1 /lispref | |
parent | 6748fe848123b86bcd4fb5aeb5ce8c8397d2e340 (diff) | |
download | emacs-dfb995cf6b1068ea664722a105c2f8c451549836.tar.gz |
(List Motion): Fix xref to Emacs manual.
Diffstat (limited to 'lispref')
-rw-r--r-- | lispref/positions.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lispref/positions.texi b/lispref/positions.texi index 9d42c8ac2a6..1d02377565a 100644 --- a/lispref/positions.texi +++ b/lispref/positions.texi @@ -566,7 +566,7 @@ expressions (also called @dfn{sexps} in connection with moving across them in Emacs). The syntax table controls how these functions interpret various characters; see @ref{Syntax Tables}. @xref{Parsing Expressions}, for lower-level primitives for scanning sexps or parts of -sexps. For user-level commands, see @ref{Lists and Sexps,,, emacs, GNU +sexps. For user-level commands, see @ref{Lists Commands,,, emacs, GNU Emacs Manual}. @deffn Command forward-list arg |