diff options
| author | Eli Zaretskii | 2006-07-08 18:06:33 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2006-07-08 18:06:33 +0000 |
| commit | 47a2831602aa5aaef36afab36612f10d1eb236c1 (patch) | |
| tree | 304a7cebc8bdb30ce60eba30b8df3235c82c038b | |
| parent | 9de0ae286ce4e0974658c45c27ef6ffb54db4841 (diff) | |
| download | emacs-47a2831602aa5aaef36afab36612f10d1eb236c1.tar.gz emacs-47a2831602aa5aaef36afab36612f10d1eb236c1.zip | |
(Information from Markers): Remove @tindex.
| -rw-r--r-- | lispref/markers.texi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lispref/markers.texi b/lispref/markers.texi index 1ad54c63e91..514b93a2df5 100644 --- a/lispref/markers.texi +++ b/lispref/markers.texi | |||
| @@ -311,7 +311,6 @@ This function returns the buffer that @var{marker} points into, or | |||
| 311 | @end defun | 311 | @end defun |
| 312 | 312 | ||
| 313 | @defun buffer-has-markers-at position | 313 | @defun buffer-has-markers-at position |
| 314 | @tindex buffer-has-markers-at | ||
| 315 | This function returns @code{t} if one or more markers | 314 | This function returns @code{t} if one or more markers |
| 316 | point at position @var{position} in the current buffer. | 315 | point at position @var{position} in the current buffer. |
| 317 | @end defun | 316 | @end defun |