mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-02 08:22:22 +00:00
Merge from emacs-24; up to 2012-05-08T15:19:18Z!monnier@iro.umontreal.ca
This commit is contained in:
commit
ab1dc14b22
@ -1,3 +1,8 @@
|
||||
2012-10-17 Gregor Zattler <grfz@gmx.de> (tiny change)
|
||||
|
||||
* emacs-lisp-intro.texi (Narrowing advantages):
|
||||
Minor update for changed what-line implementation. (Bug#12629)
|
||||
|
||||
2012-06-21 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* Makefile.in: Rename infodir to buildinfodir throughout. (Bug#11737)
|
||||
|
@ -6600,8 +6600,8 @@ buffer; or conversely, an Emacs Lisp function needs to work on all of a
|
||||
buffer that has been narrowed. The @code{what-line} function, for
|
||||
example, removes the narrowing from a buffer, if it has any narrowing
|
||||
and when it has finished its job, restores the narrowing to what it was.
|
||||
On the other hand, the @code{count-lines} function, which is called by
|
||||
@code{what-line}, uses narrowing to restrict itself to just that portion
|
||||
On the other hand, the @code{count-lines} function
|
||||
uses narrowing to restrict itself to just that portion
|
||||
of the buffer in which it is interested and then restores the previous
|
||||
situation.
|
||||
|
||||
|
@ -1,3 +1,7 @@
|
||||
2012-10-17 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
|
||||
|
||||
* starttls.el (starttls-extra-arguments): Doc fix.
|
||||
|
||||
2012-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
|
||||
|
||||
* shr.el (shr-insert): \r is also not inserted, so don't try to delete
|
||||
|
@ -149,7 +149,7 @@ These apply when the `starttls' command is used, i.e. when
|
||||
:group 'starttls)
|
||||
|
||||
(defcustom starttls-extra-arguments nil
|
||||
"Extra arguments to `starttls-program'.
|
||||
"Extra arguments to `starttls-gnutls-program'.
|
||||
These apply when GnuTLS is used, i.e. when `starttls-use-gnutls' is non-nil.
|
||||
|
||||
For example, non-TLS compliant servers may require
|
||||
|
Loading…
Reference in New Issue
Block a user