summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1991-03-06 18:30:37 +0000
committerRichard M. Stallman <rms@gnu.org>1991-03-06 18:30:37 +0000
commit8a1281b563c9075c0f9dea99501c8149871eb09b (patch)
tree66a2487d9b797cfc088d6bd2633d9023aa316e3b
parent92423534d9bc9424a772845847f55e6472e22daa (diff)
downloademacs-8a1281b563c9075c0f9dea99501c8149871eb09b.tar.gz
*** empty log message ***
-rw-r--r--lisp/emacs-lisp/helper.el4
-rw-r--r--lisp/gosmacs.el4
-rw-r--r--lisp/hexl.el12
3 files changed, 10 insertions, 10 deletions
diff --git a/lisp/emacs-lisp/helper.el b/lisp/emacs-lisp/helper.el
index aa7253eab6c..233196b5973 100644
--- a/lisp/emacs-lisp/helper.el
+++ b/lisp/emacs-lisp/helper.el
@@ -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 --git a/lisp/gosmacs.el b/lisp/gosmacs.el
index 5ea2697eeb1..98f6368f0a8 100644
--- a/lisp/gosmacs.el
+++ b/lisp/gosmacs.el
@@ -56,8 +56,8 @@ Use \\[set-gnu-bindings] to restore previous global bindings."
(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 --git a/lisp/hexl.el b/lisp/hexl.el
index 3a7498c8317..0941fe4032c 100644
--- a/lisp/hexl.el
+++ b/lisp/hexl.el
@@ -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 @@ A major mode for editting binary files in hex dump format.
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 @@ If any of the characters (displayed as ASCII characters) are
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: