diff options
| author | Xue Fuqiao | 2016-03-30 08:01:16 +0800 |
|---|---|---|
| committer | Xue Fuqiao | 2016-03-30 08:01:16 +0800 |
| commit | 7c1802f6ffc2704ba8042c7c1c6faa73dfa210d1 (patch) | |
| tree | fc495d64b752f276f1e8dc86427098de80789988 /doc | |
| parent | 9034c50ae6b04a0d1c443901fc115d09bb61f5a3 (diff) | |
| download | emacs-7c1802f6ffc2704ba8042c7c1c6faa73dfa210d1.tar.gz emacs-7c1802f6ffc2704ba8042c7c1c6faa73dfa210d1.zip | |
* doc/lispref/text.texi (Columns): Remove a nonexistent reference.
The example was removed by Chong Yidong on Mar 5, 2012.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/lispref/text.texi | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/lispref/text.texi b/doc/lispref/text.texi index 6b93e51fc60..37492929e74 100644 --- a/doc/lispref/text.texi +++ b/doc/lispref/text.texi | |||
| @@ -2191,9 +2191,6 @@ This function returns the horizontal position of point, measured in | |||
| 2191 | columns, counting from 0 at the left margin. The column position is the | 2191 | columns, counting from 0 at the left margin. The column position is the |
| 2192 | sum of the widths of all the displayed representations of the characters | 2192 | sum of the widths of all the displayed representations of the characters |
| 2193 | between the start of the current line and point. | 2193 | between the start of the current line and point. |
| 2194 | |||
| 2195 | For an example of using @code{current-column}, see the description of | ||
| 2196 | @code{count-lines} in @ref{Text Lines}. | ||
| 2197 | @end defun | 2194 | @end defun |
| 2198 | 2195 | ||
| 2199 | @deffn Command move-to-column column &optional force | 2196 | @deffn Command move-to-column column &optional force |