diff options
| author | Luc Teirlinck | 2004-11-21 14:37:29 +0000 |
|---|---|---|
| committer | Luc Teirlinck | 2004-11-21 14:37:29 +0000 |
| commit | 977f0dab60a18db12d5e88812adfd476fca24833 (patch) | |
| tree | f4352d3a67d2064d58715ce0197f19c3f76d870d | |
| parent | 24a06d04fd35b150a61f5ce51446f08126b6ed3f (diff) | |
| download | emacs-977f0dab60a18db12d5e88812adfd476fca24833.tar.gz emacs-977f0dab60a18db12d5e88812adfd476fca24833.zip | |
(Skipping Characters): Add missing `@end defun'.
| -rw-r--r-- | lispref/positions.texi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lispref/positions.texi b/lispref/positions.texi index 783024da052..32e423efdbc 100644 --- a/lispref/positions.texi +++ b/lispref/positions.texi | |||
| @@ -795,6 +795,7 @@ comes back" twice. | |||
| 795 | ---------- Buffer: foo ---------- | 795 | ---------- Buffer: foo ---------- |
| 796 | @end group | 796 | @end group |
| 797 | @end example | 797 | @end example |
| 798 | @end defun | ||
| 798 | 799 | ||
| 799 | @defun skip-chars-backward character-set &optional limit | 800 | @defun skip-chars-backward character-set &optional limit |
| 800 | This function moves point backward, skipping characters that match | 801 | This function moves point backward, skipping characters that match |