From: Chong Yidong Date: Mon, 18 May 2009 17:08:19 +0000 (+0000) Subject: * register.el (register-alist): Doc fix (Bug#3311). X-Git-Tag: emacs-pretest-23.0.94~27 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5858bcc49bd1ea9f7c944e150133fe4f11995098;p=emacs.git * register.el (register-alist): Doc fix (Bug#3311). --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index cfc11bd2e40..bef81745c1b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2009-05-18 Chong Yidong + + * register.el (register-alist): Doc fix (Bug#3311). + 2009-05-18 Richard M Stallman * progmodes/compile.el (compilation-filter): If inserting at end 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)