Glenn Morris
d4aa7284bc
Tweak html header for manuals
...
* doc/lispintro/emacs-lisp-intro.texi (Top):
Move WWW_GNU_ORG section outside @copying, update URL.
* doc/lispref/elisp.texi (Top): Move WWW_GNU_ORG section outside @copying.
@copying appears as a comment on every page, there is no need for the
WWW_GNU_ORG stuff to be in there.
2013-07-04 18:32:13 -07:00
Glenn Morris
a944db142f
Fix some doc/ cross-references
...
* doc/lispintro/emacs-lisp-intro.texi (edebug):
* doc/lispref/debugging.texi (Debugging):
* doc/lispref/files.texi (File Attributes, Changing Files):
* doc/misc/bovine.texi (top):
* doc/misc/cc-mode.texi (AWK Mode Font Locking):
* doc/misc/mh-e.texi (Preface):
* doc/misc/url.texi (URI Parsing):
Fix cross-references to other manuals.
* doc/lispref/package.texi (Package Archives): Fix @url call.
2013-07-02 20:03:47 -07:00
Glenn Morris
c076590546
Tweaks for www.gnu.org html versions of manuals
...
* admin/admin.el (manual-html-mono, manual-html-node): Add -DWWW_GNU_ORG.
* doc/emacs/emacs.texi (Top): Add some stuff specific to www.gnu.org.
* doc/lispintro/emacs-lisp-intro.texi: Add some stuff specific to www.gnu.org.
* doc/lispref/elisp.texi: Add some stuff specific to www.gnu.org.
2013-03-12 00:15:15 -07:00
Glenn Morris
9450ac063c
* emacs-lisp-intro.texi (Simple Extension): Fix typos.
2013-03-03 10:44:56 -08:00
Glenn Morris
cfe1c0af97
* emacs-lisp-intro.texi (defcustom): Fix typo.
2013-03-02 18:37:26 -08:00
Glenn Morris
2d7d23256f
* emacs-lisp-intro.texi (Digression into C): Update example.
2013-03-02 18:34:48 -08:00
Paul Eggert
e26aa21a46
Port to Texinfo 5.0 by backporting trunk 2012-12-22T19:57:35Z!rgm@gnu.org and 2013-02-21T02:42:30Z!eggert@cs.ucla.edu.
2013-02-21 13:33:04 -08:00
Paul Eggert
ab422c4d68
Update copyright notices for 2013.
2013-01-01 09:11:05 +00:00
Paul Eggert
f99f164170
Hyphen and dash fixes in texinfo files.
2012-12-22 08:25:40 -08:00
Paul Eggert
1df7defd80
Fix minor whitespace issues after "." in manual.
...
Be more systematic about using "@." (not ".") at end of sentence that
ends in a capital letter, and about appending "@:" after non-ends of
sentences that end in a lower case letter followed by "." followed by
whitespace. Omit unnecessary use of "@:" and "@.". Similarly for "?"
and "!". Be more consistent about putting a comma after "i.e." and
"e.g."; this is the typical American style and it's easier to code in
Texinfo.
Fixes: debbugs:12973
2012-12-05 14:27:56 -08:00
Paul Eggert
72ec96fb41
Update manual for new time stamp format.
...
These instances were missed the first time around.
Problem reported by Glenn Morris in <http://bugs.gnu.org/12706#25 >.
* doc/lispintro/emacs-lisp-intro.texi (Files List):
* doc/lispref/buffers.texi (Modification Time):
* doc/lispref/files.texi (Testing Accessibility, File Attributes):
* doc/lispref/intro.texi (Version Info):
* doc/lispref/os.texi (Time of Day):
* doc/misc/emacs-mime.texi (time-date):
Update for new time stamp format (HIGH LOW MICROSEC PICOSEC).
* doc/misc/emacs-mime.texi (time-date):
Also, fix bogus time stamp and modernize a bit.
2012-10-24 05:12:23 +00:00
Stefan Monnier
d106953274
Cleanup uses of "-hooks".
...
* doc/emacs/custom.texi (Hooks):
* doc/lispref/hooks.texi (Standard Hooks): Clarify that -hooks is deprecated.
* lisp/gnus/nndiary.el (nndiary-request-create-group-functions)
(nndiary-request-update-info-functions)
(nndiary-request-accept-article-functions):
* lisp/gnus/gnus-start.el (gnus-subscribe-newsgroup-functions):
* lisp/cedet/semantic/db-file.el (semanticdb-save-database-functions):
* lisp/cedet/semantic/lex.el (semantic-lex-reset-functions):
* lisp/cedet/semantic/edit.el (semantic-change-functions)
(semantic-edits-new-change-functions)
(semantic-edits-delete-change-functions)
(semantic-edits-reparse-change-functions):
* lisp/htmlfontify.el (hfy-post-html-hook):
* lisp/filesets.el (filesets-cache-fill-content-hook):
* lisp/arc-mode.el (archive-extract-hook):
* lisp/progmodes/cc-mode.el (c-prepare-bug-report-hook):
* lisp/net/rcirc.el (rcirc-sentinel-functions)
(rcirc-receive-message-functions, rcirc-activity-functions)
(rcirc-print-functions):
* lisp/net/dbus.el (dbus-event-error-functions):
* lisp/emacs-lisp/eieio.el (eieio-pre-method-execution-functions):
* lisp/emacs-lisp/checkdoc.el (checkdoc-style-functions)
(checkdoc-comment-style-functions): Don't use "-hooks" suffix.
* lisp/term/sun.el (sun-raw-prefix-hooks):
* lisp/mail/sendmail.el (mail-yank-hooks):
* lisp/mh-e/mh-letter.el (mh-yank-hooks): Use make-obsolete-variable.
2012-10-23 11:06:07 -04:00
Glenn Morris
ab1dc14b22
Merge from emacs-24; up to 2012-05-08T15:19:18Z!monnier@iro.umontreal.ca
2012-10-16 20:44:00 -07:00
Gregor Zattler
7001d5793c
Small emacs-lisp-intro.texi correction (tiny change)
...
* doc/lispintro/emacs-lisp-intro.texi (Narrowing advantages):
Minor update for changed what-line implementation.
Fixes: debbugs:12629
2012-10-12 19:22:36 -07:00
Glenn Morris
d6adf7e768
* doc/lispintro/emacs-lisp-intro.texi: Nuke hand-written node pointers.
...
(dolist, dotimes): Fix sectioning.
2012-05-28 17:53:40 -07:00
Glenn Morris
8f4ea8e081
Small lispintro edits
...
* emacs-lisp-intro.texi (Making Errors): Don't mention Emacs 20.
(Void Function, Wrong Type of Argument, Recursion with list)
(Simple Extension): Assume a non-ancient Emacs.
(Void Variable, Switching Buffers): Improve page breaks.
2012-05-03 23:34:42 -07:00
Glenn Morris
aa89a0efd4
* doc/lispintro/emacs-lisp-intro.texi: Update GNU Press contact details.
2012-05-02 21:11:42 -04:00
Glenn Morris
52af8e0a1d
* emacs-lisp-intro.texi (Syntax): Reword to avoid underfull hbox.
2012-04-28 11:26:17 -07:00
Glenn Morris
44e97401cd
Standardize possessive apostrophe usage in manuals, docs, and comments
...
Ref: http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00649.html
2012-02-28 00:17:21 -08:00
Glenn Morris
0fd2c9a35b
Fix cross-references between different manuals
...
* emacs/maintaining.texi (Old Revisions): Fix cross-refs to Ediff manual.
* lispintro/emacs-lisp-intro.texi (Design @value{COUNT-WORDS}, Syntax)
(count-words-in-defun): Fix cross-refs to Emacs manual.
* lispref/hooks.texi (Standard Hooks): Fix cross-ref to Emacs manual.
* misc/gnus.texi (Posting Styles):
* misc/remember.texi (Org): Fix cross-refs to other manuals.
2012-02-16 23:44:31 -08:00
Andreas Schwab
cb97cd2a0d
Fix undefined @value reference
...
* emacs-lisp-intro.texi (Top): Move setting of COUNT-WORDS outside
of @menu. (Bug#10628)
2012-01-28 20:16:02 +01:00
Juanma Barranquero
1ef1768148
doc/lispref/emacs-lisp-intro.texi (count-words-in-defun): Fix bug#10544.
2012-01-19 16:04:24 +01:00
Glenn Morris
7b4b130107
* doc/lispintro/emacs-lisp-intro.texi (re-search-forward): Fix typo.
2012-01-17 17:31:07 -05:00
Glenn Morris
acaf905b11
Add 2012 to FSF copyright years for Emacs files
2012-01-05 01:46:05 -08:00
Paul Eggert
e4920bc99d
Spelling fixes.
2011-11-24 23:14:48 -08:00
Paul Eggert
ee7683ebb7
Spelling fixes.
2011-11-22 23:03:56 -08:00
Paul Eggert
40ba43b4b7
Spelling fixes.
2011-11-19 23:30:16 -08:00
Juanma Barranquero
7877f37394
Fix typos.
2011-11-16 18:47:25 +01:00
Paul Eggert
8350f087ef
Spelling fixes.
2011-11-14 12:23:26 -08:00
Paul Eggert
09e80d9fb9
Spelling fixes.
2011-11-13 22:27:12 -08:00
Glenn Morris
67ab0163d6
Merge from emacs-23; up to 2010-06-01T01:49:15Z!monnier@iro.umontreal.ca
2011-02-19 11:40:59 -08:00
Eli Zaretskii
e979a521f3
Followup for fixing bug #7942 .
...
doc/lispref/elisp.texi: Sync @dircategory with ../../info/dir.
doc/lispintro/emacs-lisp-intro.texi: Sync @dircategory with ../../info/dir.
doc/misc/ede.texi: Sync letter-case with ../../info/dir.
2011-02-18 21:03:59 +02:00
Glenn Morris
73b0cd5003
Convert consecutive FSF copyright years to ranges.
2011-01-24 20:08:28 -08:00
Stefan Monnier
77ab81d054
Merge from emacs-23
2011-01-14 12:18:41 -05:00
Glenn Morris
5df4f04cd3
Add 2011 to FSF/AIST copyright years.
2011-01-02 15:50:46 -08:00
Glenn Morris
ea4f775071
Document count-words-region.
...
* doc/emacs/basic.texi (Position Info): Add M-x count-words-region.
* doc/lispintro/emacs-lisp-intro.texi: Rename the `count-words-region' example,
since there is now a standard command of that name.
* etc/NEWS: Mention it.
2010-11-12 19:48:16 -08:00
Glenn Morris
e0e10d9d19
* doc/lispintro/emacs-lisp-intro.texi: Untabify.
2010-06-22 19:51:01 -07:00
Robert J. Chassell
0ca10bb75f
Merge: add word to sentence in trunk/doc/lispintro/emacs-lisp-intro.texi, in section Finding More Information
2010-02-24 22:07:26 +00:00
Glenn Morris
88c26f5c45
* emacs-lisp-intro.texi: Fix typo in name of `find-tag' command.
2010-02-15 18:38:00 -08:00
Stefan Monnier
cd61af01c1
Avoid obsolete special default variables like default-major-mode.
...
* display.texi (Line Height):
* emacs-lisp-intro.texi (Text and Auto-fill, Mode Line):
* display.texi (Useless Whitespace, Text Display):
* custom.texi (Init Examples): Avoid obsolete special default variables
like default-major-mode.
2010-02-01 13:39:33 -05:00
Glenn Morris
114f9c9679
Add 2010 to copyright years.
2010-01-13 00:35:10 -08:00
Glenn Morris
31b62755af
(Free Software and Free Manuals): Update URL, and remove duplicate text.
2009-12-03 03:09:45 +00:00
Robert J. Chassell
6e3da0ae02
removed lines 33 and 34 of emacs-lisp-intro.texi which said
...
\global\let\urlcolor=\Black % don't print links in grayscale
\global\let\linkcolor=\Black
bumped Emacs version
../../Makefile.in: created new target for PDF of emacs-lisp-intro.pdf
and autoconf'd and configure's the Makefile.in
../misc/texinfo.tex: updated to version 4.13 of 2008-04-18
2009-10-28 15:54:00 +00:00
Robert J. Chassell
45cf6cbd8c
Minor change, bump Emacs version
2009-10-27 11:55:13 +00:00
Stefan Monnier
4e3b4528ea
* subr.el (default-mode-line-format, default-header-line-format)
...
(default-line-spacing, default-abbrev-mode, default-ctl-arrow)
(default-direction-reversed, default-truncate-lines)
(default-left-margin, default-tab-width, default-case-fold-search)
(default-left-margin-width, default-right-margin-width)
(default-left-fringe-width, default-right-fringe-width)
(default-fringes-outside-margins, default-scroll-bar-width)
(default-vertical-scroll-bar, default-indicate-empty-lines)
(default-indicate-buffer-boundaries, default-fringe-indicator-alist)
(default-fringe-cursor-alist, default-scroll-up-aggressively)
(default-scroll-down-aggressively, default-fill-column)
(default-cursor-type, default-buffer-file-type)
(default-cursor-in-non-selected-windows)
(default-buffer-file-coding-system, default-major-mode)
(default-enable-multibyte-characters): Mark as obsolete.
* cus-start.el (default-major-mode): Customize `major-mode' instead.
(enable-multibyte-characters): Not customizable any more.
2009-08-27 04:24:00 +00:00
Chong Yidong
6dd2819379
* emacs-lisp-intro.texi (Simple Extension): Bump emacs versions in
...
examples.
2009-07-28 15:08:17 +00:00
Glenn Morris
45d773757a
(Top): Add missing @detailmenu entry.
2009-07-10 04:49:24 +00:00
Glenn Morris
943157cf49
(defvar and asterisk): Minor rephrasing.
2009-07-06 00:54:20 +00:00
Chong Yidong
a1539cd759
* emacs-lisp-intro.texi (edebug): Fix typo.
2009-06-14 18:34:43 +00:00
Karl Berry
6bd6c2faca
dup word by
2009-02-22 19:32:53 +00:00