summaryrefslogtreecommitdiff
path: root/lisp/register.el
diff options
context:
space:
mode:
authorChong Yidong <cyd@stupidchicken.com>2009-05-18 17:08:19 +0000
committerChong Yidong <cyd@stupidchicken.com>2009-05-18 17:08:19 +0000
commit5858bcc49bd1ea9f7c944e150133fe4f11995098 (patch)
tree6c74e9d67b96c57a0f427c03fa3acf52f7869a42 /lisp/register.el
parent0b508a27360a82763d4d7256b4cd526f9d3514aa (diff)
downloademacs-5858bcc49bd1ea9f7c944e150133fe4f11995098.tar.gz
* register.el (register-alist): Doc fix (Bug#3311).
Diffstat (limited to 'lisp/register.el')
-rw-r--r--lisp/register.el7
1 files changed, 4 insertions, 3 deletions
diff --git a/lisp/register.el b/lisp/register.el
index 134589d65e2..a5e1cff2da4 100644
--- a/lisp/register.el
+++ b/lisp/register.el
@@ -50,9 +50,10 @@
"Alist of elements (NAME . CONTENTS), one for each Emacs register.
NAME is a character (a number). CONTENTS is a string, number, marker or list.
A list of strings represents a rectangle.
-A list of the form (file . NAME) represents the file named NAME.
-A list of the form (file-query NAME POSITION) represents position POSITION
- in the file named NAME, but query before visiting it.
+A list of the form (file . FILE-NAME) represents the file named FILE-NAME.
+A list of the form (file-query FILE-NAME POSITION) represents
+ position POSITION in the file named FILE-NAME, but query before
+ visiting it.
A list of the form (WINDOW-CONFIGURATION POSITION)
represents a saved window configuration plus a saved value of point.
A list of the form (FRAME-CONFIGURATION POSITION)