diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2010-01-04 13:18:38 -0500 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2010-01-04 13:18:38 -0500 |
commit | c57008f6ef0b368e7beb820d83ab8be09c48736b (patch) | |
tree | 2c09192eee806ade83c84a7d4ab45bedd87147ec /lisp/emacs-lisp | |
parent | e3eb1dae0dbedaa4623e248be0e3db8c9495df02 (diff) | |
download | emacs-c57008f6ef0b368e7beb820d83ab8be09c48736b.tar.gz emacs-c57008f6ef0b368e7beb820d83ab8be09c48736b.tar.bz2 emacs-c57008f6ef0b368e7beb820d83ab8be09c48736b.zip |
Avoid dubious uses of save-excursions.
* doc/lispref/positions.texi (Excursions): Recommend the use of
save-current-buffer if applicable.
* doc/lispref/text.texi (Clickable Text): Fix the example code which used
save-excursion in a naive way which sometimes preserves point and
sometimes not.
* doc/lispref/variables.texi (Creating Buffer-Local):
* doc/lispref/os.texi (Session Management):
* doc/lispref/display.texi (GIF Images):
* doc/lispref/control.texi (Cleanups): Use (save|with)-current-buffer.
* doc/misc/gnus.texi (Posting Styles): Use with-current-buffer.
* doc/misc/calc.texi (Defining Simple Commands): Prefer save-current-buffer.
Diffstat (limited to 'lisp/emacs-lisp')
0 files changed, 0 insertions, 0 deletions