# HG changeset patch # User Richard M. Stallman # Date 668284237 0 # Node ID 0fa7fc093c4e1f1b031164a0c578e385d46aecbd # Parent cc1060d41d94fdf628f714053b4712b0df6c5978 *** empty log message *** diff -r cc1060d41d94 -r 0fa7fc093c4e lisp/=gosmacs.el --- a/lisp/=gosmacs.el Tue Mar 05 23:01:17 1991 +0000 +++ b/lisp/=gosmacs.el Wed Mar 06 18:30:37 1991 +0000 @@ -56,8 +56,8 @@ (defun rebind-and-record (bindings) "Establish many new global bindings and record the bindings replaced. -Arg is an alist whose elements are (KEY DEFINITION). -Value is a similar alist whose elements describe the same KEYs +Arg BINDINGS is an alist whose elements are (KEY DEFINITION). +Returns a similar alist whose elements describe the same KEYs but each with the old definition that was replaced," (let (old) (while bindings diff -r cc1060d41d94 -r 0fa7fc093c4e lisp/emacs-lisp/helper.el --- a/lisp/emacs-lisp/helper.el Tue Mar 05 23:01:17 1991 +0000 +++ b/lisp/emacs-lisp/helper.el Wed Mar 06 18:30:37 1991 +0000 @@ -87,13 +87,13 @@ (sit-for 4)) (defun Helper-describe-key-briefly (key) - "Briefly describe binding of KEYS." + "Briefly describe binding of KEY." (interactive "kDescribe key briefly: ") (describe-key-briefly key) (sit-for 4)) (defun Helper-describe-key (key) - "Describe binding of KEYS." + "Describe binding of KEY." (interactive "kDescribe key: ") (save-window-excursion (describe-key key)) (Helper-help-scroller)) diff -r cc1060d41d94 -r 0fa7fc093c4e lisp/hexl.el --- a/lisp/hexl.el Tue Mar 05 23:01:17 1991 +0000 +++ b/lisp/hexl.el Wed Mar 06 18:30:37 1991 +0000 @@ -42,9 +42,9 @@ ;; (defvar hexl-program "hexl" - "The program that will hexlify and de-hexlify its stdin. hexl-program -will always be concated with hexl-options and "-de" when dehexlfying a -buffer.") + "The program that will hexlify and de-hexlify its stdin. +`hexl-program' will always be concated with `hexl-options' +and \"-de\" when dehexlfying a buffer.") (defvar hexl-iso "" "If your emacs can handle ISO characters, this should be set to @@ -75,7 +75,7 @@ This function automatically converts a buffer into the hexl format using the function `hexlify-buffer'. -Each line in the buffer has an `address' (displayed in hexadecimal) +Each line in the buffer has an \"address\" (displayed in hexadecimal) representing the offset into the file that the characters on this line are at and 16 characters from the file (displayed as hexadecimal values grouped every 16 bits) and as their ASCII values. @@ -84,8 +84,8 @@ unprintable (control or meta characters) they will be replaced as periods. -If hexl-mode is invoked with an argument the buffer is assumed to be -in hexl-format. +If `hexl-mode' is invoked with an argument the buffer is assumed to be +in hexl format. A sample format: