summaryrefslogtreecommitdiff
path: root/doc/misc/faq.texi
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2011-02-02 23:37:43 -0800
committerGlenn Morris <rgm@gnu.org>2011-02-02 23:37:43 -0800
commit0e751a49bbdb5892f768e5d7c5a1f2803964303f (patch)
tree0684cd64940df512a0ef2d369c5f1141bd7b4d01 /doc/misc/faq.texi
parent219ea611fdcd9bd294288a2d5fcd8d5522b7acd0 (diff)
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.
Diffstat (limited to 'doc/misc/faq.texi')
-rw-r--r--doc/misc/faq.texi33
1 files changed, 5 insertions, 28 deletions
diff --git a/doc/misc/faq.texi b/doc/misc/faq.texi
index 3c98588a7d..a9a5e4dc6e 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)