Paul Eggert
0e963201d0
Update copyright year to 2016
...
Run admin/update-copyright.
2016-01-01 01:34:24 -08:00
Paul Eggert
ef7dbdf587
Quote less in manuals
...
The manuals often used quotes ``...'' when it is better to use @dfn or
@code or capitalized words or no quoting at all. For example, there is
no need for the `` and '' in “if a variable has one effect for
@code{nil} values and another effect for ``non-@code{nil}'' values”.
Reword the Emacs, Lisp intro, and Lisp reference manuals to eliminate
unnecessary quoting like this, and to use @dfn etc. instead when called
for (Bug#21472).
2015-09-15 08:48:44 -07:00
Paul Eggert
4f08fb5aaa
Minor quoting etc. fixes to Emacs manual
...
* doc/emacs/Makefile.in, doc/emacs/ack.texi, doc/emacs/building.texi:
* doc/emacs/calendar.texi, doc/emacs/cmdargs.texi:
* doc/emacs/custom.texi, doc/emacs/dired.texi, doc/emacs/emacs.texi:
* doc/emacs/files.texi, doc/emacs/glossary.texi, doc/emacs/gnu.texi:
* doc/emacs/indent.texi, doc/emacs/macos.texi:
* doc/emacs/maintaining.texi, doc/emacs/makefile.w32-in:
* doc/emacs/programs.texi, doc/emacs/rmail.texi:
* doc/emacs/search.texi, doc/emacs/trouble.texi:
* doc/emacs/vc1-xtra.texi:
Use American-style double quoting in ordinary text,
and quote 'like this' when single-quoting in ASCII text.
Also, fix some minor spacing issues.
2015-04-08 18:03:37 -07:00
Paul Eggert
7e09ef09a4
Update copyright year to 2015
...
Run admin/update-copyright.
2015-01-01 14:26:41 -08:00
Paul Eggert
b73d3f5834
Update doc to say Mac OS X 10.6 or later now required.
...
* doc/emacs/macos.texi (Mac OS / GNUstep, Mac / GNUstep Basics)
(Mac / GNUstep Customization):
* nextstep/README: Mac OS X 10.6 or later now required.
2014-10-12 07:56:58 -07:00
Glenn Morris
6dc6521eac
Do not mention individual ns options in the manual
...
* doc/emacs/macos.texi (Mac / GNUstep Customization): Mention ns custom group.
(Customization options specific to Mac OS / GNUstep): Remove section.
* etc/NEWS: Related markup.
2014-05-28 23:15:48 -07:00
Glenn Morris
c7f8fb2865
Try to document some OS X changes
...
I can't test any of this, but no-one else seems to care, so this is
what you get.
* doc/emacs/macos.texi (Mac / GNUstep Customization): Mention some new features.
* etc/NEWS: Related edits.
2014-05-28 00:32:06 -07:00
Paul Eggert
ba3189039a
Update copyright year to 2014 by running admin/update-copyright.
2014-01-01 07:43:34 +00:00
Glenn Morris
7a22490f14
Merge from emacs-24; up to 2013-01-02T10:15:31Z!michael.albinus@gmx.de
2013-08-11 17:09:11 -07:00
Xue Fuqiao
8fd6e60a44
* doc/emacs/macos.texi (Mac / GNUstep Basics): Mention `ns-alternate-modifier'.
2013-07-31 20:04:25 +08:00
Glenn Morris
2f3ac208bb
Reduce use of mailto: in html versions of manuals
...
* doc/emacs/macos.texi (GNUstep Support):
* doc/emacs/trouble.texi (Checklist, Contributing, Service):
* doc/lispintro/emacs-lisp-intro.texi (Thank You):
* doc/misc/woman.texi (Top):
Avoid mailto: in html output.
2013-07-30 23:58:16 -07:00
Paul Eggert
ab422c4d68
Update copyright notices for 2013.
2013-01-01 09:11:05 +00:00
Glenn Morris
abb9615e98
Nuke hand-written node pointers in doc/emacs
...
Let makeinfo figure them out, as is recommended.
2012-05-26 18:25:06 -07:00
Glenn Morris
1c64e6ed6d
In doc/emacs, use @file for buffers, per the Texinfo manual.
...
It renders the same as @samp, so there is no visible change in most cases.
2012-04-09 23:54:43 -07:00
Jan Djärv
525795c1bd
Make drop on NS/OSX behave the same as other platforms (Bug 5855 and 10050).
...
* doc/emacs/macos.texi (Mac / GNUstep Customization): Remove text about
ns-find-file and ns-drag-file (Bug#5855, Bug#10050).
* lisp/term/ns-win.el (global-map): Bind ns-drag-file to
ns-find-file (Bug#5855, Bug#10050).
2012-02-25 11:04:30 +01:00
Glenn Morris
40ace058dc
Checked macos.texi (somewhat)
...
* doc/emacs/macos.texi: Copyedits. Fix @key/@kbd usage.
(Mac / GNUstep Basics): Don't mention the panels, since the next
section covers them.
(Mac / GNUstep Customization): Merge some panel info from previous.
* admin/FOR-RELEASE: Related markup.
2012-02-22 00:16:48 -08:00
Glenn Morris
1f5e1a1648
Document ns-auto-hide-menu-bar
...
* doc/emacs/macos.texi (Customization options specific to Mac OS / GNUstep):
New subsection.
* etc/NEWS: Related markup.
2012-02-04 13:48:04 -08:00
Glenn Morris
acaf905b11
Add 2012 to FSF copyright years for Emacs files
2012-01-05 01:46:05 -08:00
Paul Eggert
91af3942e9
Spelling fixes.
2011-11-14 15:59:56 -08:00
Chong Yidong
e7a3ff06b3
Document scroll-up-line and scroll-down-line in Emacs manual.
...
* doc/emacs/display.texi (Scrolling): Document scroll-up-line and
scroll-down-line. Document scroll-command property.
(Recentering): New node, split off from Scrolling.
Also, minor copyedits to standardize on the phrase "key binding"
rather than "keybinding" in the manual.
2011-10-24 10:01:54 +08:00
Chong Yidong
d366bd532d
Edits to Display chapter of Emacs manual.
...
* doc/emacs/display.texi (Faces): Simplify discussion. Move documentation
of list-faces-display here, from Standard Faces node. Note
special role of `default' background.
(Standard Faces): Note special role of `default' background. Note
that region face may be taken fom GTK. Add xref to Text Display.
(Text Scale): Rename from "Temporary Face Changes". Callers
changed. Don't bother documenting variable-pitch-mode.
(Font Lock): Copyedits. Remove font-lock-maximum-size.
(Useless Whitespace): Simplify description of
delete-trailing-whitespace. Note active region case.
(Text Display): Fix description of escape-glyph face assignment.
Remove unibye mode discussion. Update some parts for Unicode.
Move glyphless chars documentation to Lisp manual.
* doc/emacs/frames.texi (Tooltips): Document x-gtk-use-system-tooltips.
* doc/lispref/display.texi (Glyphless Chars): New node.
2011-10-17 21:42:28 -04:00
Glenn Morris
c71a0d48f3
Merge from emacs-23; up to 2010-06-11T14:39:54Z!cyd@stupidchicken.com.
2011-05-16 19:26:56 -07:00
Chong Yidong
ae742cb584
Text-fitting fixes for printed Emacs manual on 7x9 paper.
...
* building.texi (Flymake, Breakpoints Buffer):
* calendar.texi (Appointments):
* cmdargs.texi (General Variables, Display X):
* custom.texi (Saving Customizations, Face Customization)
(Directory Variables, Minibuffer Maps, Init Rebinding):
* display.texi (Font Lock, Font Lock, Useless Whitespace):
* fixit.texi (Spelling):
* frames.texi (Creating Frames, Fonts):
* help.texi (Help Files):
* mini.texi (Minibuffer File):
* misc.texi (emacsclient Options, Emulation):
* msdog.texi (Windows Startup, Windows HOME, Windows Fonts):
* mule.texi (International Chars, Language Environments)
(Select Input Method, Modifying Fontsets, Charsets):
* programs.texi (Custom C Indent):
* rmail.texi (Rmail Labels):
* text.texi (Table Conversion):
* trouble.texi (Known Problems, Known Problems):
* windows.texi (Change Window):
* xresources.texi (GTK resources): Reflow text and re-indent code
examples to avoid TeX overflows and underflows on 7x9 paper.
* emacs.texi: Fix the (commented out) smallbook command.
* macos.texi (Mac / GNUstep Events):
* xresources.texi (Lucid Resources): Remove extraneous examples.
2011-05-15 10:21:31 -04:00
Glenn Morris
73b0cd5003
Convert consecutive FSF copyright years to ranges.
2011-01-24 20:08:28 -08:00
Glenn Morris
5df4f04cd3
Add 2011 to FSF/AIST copyright years.
2011-01-02 15:50:46 -08:00
Chong Yidong
ec8a6295a0
Document some Emacs 23.3 changes in manuals.
...
* doc/emacs/macos.texi (Mac / GNUstep Basics): Document
ns-right-alternate-modifier.
* doc/lispref/numbers.texi (Float Basics): Document float-e and float-pi.
* doc/lispref/symbols.texi (Creating Symbols): Using unintern without an
obarray arg is now obsolete.
* doc/lispref/text.texi (Kill Functions, Kill Functions)
(Low-Level Kill Ring, Low-Level Kill Ring): Remove obsolete
YANK-HANDLER args.
* doc/lispref/variables.texi (Defining Variables): Change "pi" example to
"float-pi".
2010-11-20 14:52:20 -05:00
Glenn Morris
114f9c9679
Add 2010 to copyright years.
2010-01-13 00:35:10 -08:00
Glenn Morris
a6936c4b7e
(Mac OS / GNUstep): Fix spelling and cross-reference.
...
End menu descriptions with a period.
(Mac / GNUstep Basics): Minor grammar changes.
(Mac / GNUstep Events): Fix typo.
(GNUstep Support): CANNOT_DUMP no longer applies.
2009-07-11 02:49:24 +00:00
David Reitter
a00c191ccd
macos.texi (Color panel, Font panel): Remove mention of Save Options,
...
since saving colors and faces set this way is not implemented.
(Environment variables): Remove mention of mac-fix-env, which is
scheduled to be removed.
2009-06-08 04:02:07 +00:00
David Reitter
271736fc41
Substitute references to `ns-extended-platform-support-mode' and revise information about
...
environment import.
2009-05-02 19:28:41 +00:00
David Reitter
959d68bd04
macos.texi (Mac / GNUstep Basics): remove references to Prefs panel
...
and NS resources following recent changes.
2009-03-14 21:30:12 +00:00
Adrian Robert
88ddb9ff42
* macos.texi (Mac / GNUstep Basics, Mac / GNUstep Customization):
...
Mention ns-extended-platform-support-mode.
2009-02-23 08:05:58 +00:00
Karl Berry
6be93a16ae
one more duplicate word
2009-02-22 19:37:33 +00:00
Adrian Robert
9ce5a36f02
* macos.texi (Preferences Panel): Update description of font setting to reflect that prior frame selection is no longer needed.
2009-01-21 17:58:16 +00:00
Glenn Morris
6ed161e1d6
Add 2009 to copyright years.
2009-01-08 05:28:46 +00:00
Adrian Robert
e93bc1426f
* macos.texi: Change references to 'Mac' to 'Mac / GNUstep'. (GNUstep Support): New node. * anti.texi: * emacs.texi: * msdog.texi: Change reference to Mac OS node to Mac OS / GNUstep.
2008-11-29 02:00:07 +00:00
Adrian Robert
a71703d369
* macos.texi: Add Prev/Next/Top pointers to all nodes. (Mac Basics): Merge in Grabbing Environment Variables from earlier version. (Mac Customization): Rewrite Preferences Panel section and merge in to this node, add Open files by dragging to an Emacs window. * emacs.texi: Remove TOC reference to Mac Preferences Panel section.
2008-11-26 05:27:11 +00:00
Juanma Barranquero
801a8da112
* macos.texi (Mac Customization): Fix typos.
2008-11-16 04:44:42 +00:00
Chong Yidong
8be7682356
(Mac OS): Move Cocoa manual from ns-emacs.texi to here, replacing
...
previous contents. Numerous copyedits to adapt ns-emacs to the
conventions of the main Emacs manual.
2008-11-14 20:40:28 +00:00
Miles Bader
1bad168e59
Merge from emacs--rel--22
...
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1006
2008-01-22 23:53:46 +00:00
Glenn Morris
8cf51b2c2f
Move here from ../../man
2007-09-06 04:50:28 +00:00