Mercurial > emacs
changeset 103249:019c8b2b5898
* register.el (register-alist): Doc fix (Bug#3311).
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Mon, 18 May 2009 17:08:19 +0000 |
parents | 97c6a390ad50 |
children | 3113546dd713 |
files | lisp/ChangeLog lisp/register.el |
diffstat | 2 files changed, 8 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Mon May 18 16:30:59 2009 +0000 +++ b/lisp/ChangeLog Mon May 18 17:08:19 2009 +0000 @@ -1,3 +1,7 @@ +2009-05-18 Chong Yidong <cyd@stupidchicken.com> + + * register.el (register-alist): Doc fix (Bug#3311). + 2009-05-18 Richard M Stallman <rms@gnu.org> * progmodes/compile.el (compilation-filter): If inserting at end
--- a/lisp/register.el Mon May 18 16:30:59 2009 +0000 +++ b/lisp/register.el Mon May 18 17:08:19 2009 +0000 @@ -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)