diff options
author | Richard M. Stallman <rms@gnu.org> | 1996-02-06 02:46:23 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1996-02-06 02:46:23 +0000 |
commit | 88efb5a2945048c92f84cf0518a9b115873f7f9e (patch) | |
tree | 38f5c685b5f96a936bf52a081463007590113e50 /lispref | |
parent | c64cfb130cf8ad79bf838cd01d20993d16230e1b (diff) | |
download | emacs-88efb5a2945048c92f84cf0518a9b115873f7f9e.tar.gz |
Fix minor error.
Diffstat (limited to 'lispref')
-rw-r--r-- | lispref/commands.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lispref/commands.texi b/lispref/commands.texi index 3e7a854232c..b5068339e6b 100644 --- a/lispref/commands.texi +++ b/lispref/commands.texi @@ -1458,7 +1458,7 @@ event, the value is actually the starting position, which is the only position such events have. @end defun - These four functions take a position as described above, and return + These five functions take a position as described above, and return various parts of it. @defun posn-window position |