Commit graph

40 commits

Author SHA1 Message Date
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
Juanma Barranquero
867d4bb371 Remove duplicate words. 2009-02-20 12:36:50 +00:00
Glenn Morris
6ed161e1d6 Add 2009 to copyright years. 2009-01-08 05:28:46 +00:00
Glenn Morris
e41dfb1e60 Relicense under FDL 1.3 or later.
Include doclicense.texi rather than having license in the file itself.
2008-11-19 04:23:58 +00:00
Glenn Morris
2d7752a0d3 Sean Sieger <sean.sieger at gmail.com> (tiny change)
(Recursion with list): Fix typo.
2008-10-16 04:09:13 +00:00
Karl Berry
a9097c6dda formatting fixes for new printed edition 2008-10-05 00:14:59 +00:00
Chong Yidong
6c4999321b (Lisp Atoms): Rephrase "in addition" to avoid confusion with addition
operation discussed in previous paragraph.
2008-05-13 16:41:32 +00:00
Stefan Monnier
f51f97dde3 Update example of complex interactive spec. 2008-04-19 19:35:46 +00:00
Robert J. Chassell
868a6b71bd emacs-lisp-intro.texi: Update back cover text. 2008-01-31 02:25:20 +00:00
Miles Bader
59ce725a3b Merge from emacs--rel--22
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-987
2008-01-08 20:46:54 +00:00
Robert J. Chassell
4724cafbd8 Add email address to Thank You correctly 2007-09-12 23:51:00 +00:00
Robert J. Chassell
1df454a055 Add email address to Thank You 2007-09-12 23:29:41 +00:00
Glenn Morris
fb3dc8468d (setfilename): Go up one more level. 2007-09-06 04:05:47 +00:00
Glenn Morris
8cda6f8f44 Move here from ../../lispintro/ 2007-09-06 04:04:58 +00:00