1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00

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.
This commit is contained in:
Glenn Morris 2011-02-02 23:37:43 -08:00
parent 219ea611fd
commit 0e751a49bb
2 changed files with 11 additions and 28 deletions

View File

@ -1,3 +1,9 @@
2011-02-03 Glenn Morris <rgm@gnu.org>
* 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 <larsi@gnus.org>
* gnus.texi (Article Date): Remove mention of gnus-stop-date-timer,

View File

@ -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)