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 | e414b03fdfadfa112eee06a226d3f297c96768dd (patch) | |
tree | 5b47f6b05c79694148b37274303bb0397be7437e /lispref | |
parent | 3d3af498fbeebc5dbbee33ca074ea3e0b824b0c7 (diff) | |
download | emacs-e414b03fdfadfa112eee06a226d3f297c96768dd.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 |