diff options
| author | Noam Postavsky | 2019-07-31 08:33:28 -0400 |
|---|---|---|
| committer | Noam Postavsky | 2019-07-31 08:33:28 -0400 |
| commit | 0aa4bfaab8f7452ad1c972e60e3e0745fa16f9b6 (patch) | |
| tree | 1c18e507e9055f50a74c1894de066b40889d7799 | |
| parent | 1ac0cfa2642ac026e09a7555f000e895b49289d5 (diff) | |
| download | emacs-0aa4bfaab8f7452ad1c972e60e3e0745fa16f9b6.tar.gz emacs-0aa4bfaab8f7452ad1c972e60e3e0745fa16f9b6.zip | |
Remove no-longer relevant xref
* doc/lispref/positions.texi (List Motion): Remove xref, the text it
references was removed in 2018-02-15 "Document
open-paren-in-column-0-is-defun-start being of less importance".
| -rw-r--r-- | doc/lispref/positions.texi | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/lispref/positions.texi b/doc/lispref/positions.texi index cd9587ba4bd..7e5155782c1 100644 --- a/doc/lispref/positions.texi +++ b/doc/lispref/positions.texi | |||
| @@ -801,8 +801,7 @@ column 0 is considered to be the start of a defun. If it is | |||
| 801 | @code{nil}, an open parenthesis in column 0 has no special meaning. | 801 | @code{nil}, an open parenthesis in column 0 has no special meaning. |
| 802 | The default is @code{t}. If a string literal happens to have a | 802 | The default is @code{t}. If a string literal happens to have a |
| 803 | parenthesis in column 0, escape it with a backslash to avoid a false | 803 | parenthesis in column 0, escape it with a backslash to avoid a false |
| 804 | positive. @xref{Left Margin Paren,, Left Margin Convention, emacs, | 804 | positive. |
| 805 | The GNU Emacs Manual}. | ||
| 806 | @end defopt | 805 | @end defopt |
| 807 | 806 | ||
| 808 | @defvar beginning-of-defun-function | 807 | @defvar beginning-of-defun-function |