X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/f82248004d0f5ef84bbe03d83467bb3c43afa765..3d889773617a882fbee5992960cfe18866cddc34:/doc/lispref/text.texi diff --git a/doc/lispref/text.texi b/doc/lispref/text.texi index 5e473166d1..55f02904fa 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 columns, counting from 0 at the left margin. The column position is the sum of the widths of all the displayed representations of the characters between the start of the current line and point. - -For an example of using @code{current-column}, see the description of -@code{count-lines} in @ref{Text Lines}. @end defun @deffn Command move-to-column column &optional force