From 0e751a49bbdb5892f768e5d7c5a1f2803964303f Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Wed, 2 Feb 2011 23:37:43 -0800 Subject: [PATCH] Small faq.texi changes. * doc/misc/faq.texi (Contacting the FSF): Mainly just refer to the web-site. (Binding combinations of modifiers and function keys): Let's assume people reading this are not using Emacs 18. --- doc/misc/ChangeLog | 6 ++++++ doc/misc/faq.texi | 33 +++++---------------------------- 2 files changed, 11 insertions(+), 28 deletions(-) diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index 32cbd6ca0d7..7696ab4b520 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog @@ -1,3 +1,9 @@ +2011-02-03 Glenn Morris + + * faq.texi (Contacting the FSF): Mainly just refer to the web-site. + (Binding combinations of modifiers and function keys): + Let's assume people reading this are not using Emacs 18. + 2011-02-03 Lars Ingebrigtsen * gnus.texi (Article Date): Remove mention of gnus-stop-date-timer, diff --git a/doc/misc/faq.texi b/doc/misc/faq.texi index 3c98588a7d5..a9a5e4dc6eb 100644 --- a/doc/misc/faq.texi +++ b/doc/misc/faq.texi @@ -502,36 +502,13 @@ contain information in either the message header unsubscribe. @node Contacting the FSF -@section What is the current address of the FSF? -@cindex Snail mail address of the FSF -@cindex Postal address of the FSF +@section How do I contact the FSF? @cindex Contracting the FSF @cindex Free Software Foundation, contacting For up-to-date information, see @uref{http://www.fsf.org/about/contact.html, the FSF contact web-page}. - -@table @asis - -@item E-mail -info@@fsf.org - -@item Telephone -+1-617-542-5942 - -@item Fax -+1-617-542-2652 - -@item World Wide Web -@uref{http://www.fsf.org/} - -@item Postal address -Free Software Foundation@* -51 Franklin Street, Fifth Floor@* -Boston, MA 02110-1301@* -USA@* - -@end table +You can send general correspondence to @email{info@@fsf.org}. @cindex Ordering GNU software For details on how to order items directly from the FSF, see the @@ -3895,9 +3872,9 @@ command. @cindex Function keys and modifiers @cindex Binding modifiers and function keys -With Emacs 19 and later, you can represent modified function keys in -vector format by adding prefixes to the function key symbol. For -example (from the Emacs documentation): +You can represent modified function keys in vector format by adding +prefixes to the function key symbol. For example (from the Emacs +documentation): @lisp (global-set-key [?\C-x right] 'forward-page) -- 2.39.5