Mercurial > emacs
annotate lisp/term/bobcat.el @ 64286:f44bd79f483b
(whitespace-check-buffer-leading, whitespace-check-buffer-trailing,
whitespace-check-buffer-indent, whitespace-check-buffer-spacetab,
whitespace-check-buffer-ateol, whitespace-highlighted-space,
whitespace-check-leading-whitespace, whitespace-check-trailing-whitespace,
whitespace-check-spacetab-whitespace, whitespace-check-indent-whitespace,
whitespace-check-ateol-whitespace, whitespace-abort-on-error, whitespace-modes):
Fix typos in docstrings.
(defgroup, defcustom): Doc fix.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Wed, 13 Jul 2005 10:32:08 +0000 |
parents | 08bba7a70354 |
children | af1c58687bdd 4da4a09e8b1b |
rev | line source |
---|---|
47726
33d53d287ee4
Add "no-byte-compile: t" in first line.
Juanma Barranquero <lekktu@gmail.com>
parents:
38414
diff
changeset
|
1 ;; -*- no-byte-compile: t -*- |
479 | 2 ;;; HP terminals usually encourage using ^H as the rubout character |
60984
08bba7a70354
Don't use keyswap.el, since it is now obsolete.
Eli Zaretskii <eliz@gnu.org>
parents:
52401
diff
changeset
|
3 (keyboard-translate ?\177 ?\^h) |
08bba7a70354
Don't use keyswap.el, since it is now obsolete.
Eli Zaretskii <eliz@gnu.org>
parents:
52401
diff
changeset
|
4 (keyboard-translate ?\^h ?\177) |
38414
67b464da13ec
Some fixes to follow coding conventions.
Pavel Janík <Pavel@Janik.cz>
parents:
3288
diff
changeset
|
5 |
52401 | 6 ;;; arch-tag: 754e4520-0a3e-4e6e-8ca5-9481b1f85cf7 |
38414
67b464da13ec
Some fixes to follow coding conventions.
Pavel Janík <Pavel@Janik.cz>
parents:
3288
diff
changeset
|
7 ;;; bobcat.el ends here |