emacs-pretest-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: doc strings that are too long


From: Arne Jørgensen
Subject: Re: doc strings that are too long
Date: Mon, 28 Nov 2005 23:14:46 +0100
User-agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux)

"Drew Adams" <address@hidden> writes:

> The doc strings for the following functions and variables are too wide. Many
> are FAR too wide; some are not too bad (but still over 80 columns).

[...]

> latex-inputenc-coding-alist

I'm the author of this one. Attached is a patch that shortens the doc
string.

Could someone commit it?

Kind regards,
-- 
Arne Jørgensen <http://arnested.dk/>

Index: lisp/international/latexenc.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/international/latexenc.el,v
retrieving revision 1.9
diff -u -p -r1.9 latexenc.el
--- lisp/international/latexenc.el      4 Jul 2005 17:22:27 -0000       1.9
+++ lisp/international/latexenc.el      28 Nov 2005 22:12:28 -0000
@@ -78,7 +78,7 @@
     ("next" . next) ; The Next encoding
     ("utf8" . utf-8)
     ("utf8x" . utf-8)) ; used by the Unicode LaTeX package
-  "Mapping from encoding names used by LaTeX's \"inputenc.sty\" to Emacs 
coding systems.
+  "Mapping from encodings used by LaTeX's \"inputenc.sty\" to Emacs coding 
systems.
 Used by the function `latexenc-find-file-coding-system'."
   :group 'files
   :group 'mule

reply via email to

[Prev in Thread] Current Thread [Next in Thread]