<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emacs/doc/lispref, branch bug-reference-setup</title>
<subtitle>Emacs is the extensible, customizable, self-documenting real-time display editor. 
</subtitle>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/'/>
<entry>
<title>Merge from origin/emacs-27</title>
<updated>2020-06-07T16:03:59+00:00</updated>
<author>
<name>Glenn Morris</name>
</author>
<published>2020-06-07T16:03:59+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=fa6d56529f9ebaedaf62ecbf8887ffecca7dce12'/>
<id>fa6d56529f9ebaedaf62ecbf8887ffecca7dce12</id>
<content type='text'>
35661ef943 (origin/emacs-27) Fix typo in "(elisp) Type Keywords"
1af0e95fec Gnus nnir-summary-line-format has no effect
dd366b5d3b Improve documentation of 'window-text-pixel-size'
fbd49f969e * src/xdisp.c (Fwindow_text_pixel_size): Doc fix.  (Bug#41...
d8593fd19f Minor improvements to EDE and EIEIO manuals
3916e63f9e Have Fido mode also imitate Ido mode in ignore-case options
cc35b197c7 Update package-menu-quick-help
bf09106256 Improve documentation of 'sort-subr'
73749efa13 Update Ukrainian transliteration
30a7ee505a Fix Arabic shaping when eww/shr fill the text to be rendered
7d323f07c0 Silence some byte-compiler warnings in tests
cf473e742f * test/lisp/battery-tests.el: New file.
b07e3b1d97 Improve format-spec documentation (bug#41571)

# Conflicts:
#	test/lisp/emacs-lisp/package-tests.el
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
35661ef943 (origin/emacs-27) Fix typo in "(elisp) Type Keywords"
1af0e95fec Gnus nnir-summary-line-format has no effect
dd366b5d3b Improve documentation of 'window-text-pixel-size'
fbd49f969e * src/xdisp.c (Fwindow_text_pixel_size): Doc fix.  (Bug#41...
d8593fd19f Minor improvements to EDE and EIEIO manuals
3916e63f9e Have Fido mode also imitate Ido mode in ignore-case options
cc35b197c7 Update package-menu-quick-help
bf09106256 Improve documentation of 'sort-subr'
73749efa13 Update Ukrainian transliteration
30a7ee505a Fix Arabic shaping when eww/shr fill the text to be rendered
7d323f07c0 Silence some byte-compiler warnings in tests
cf473e742f * test/lisp/battery-tests.el: New file.
b07e3b1d97 Improve format-spec documentation (bug#41571)

# Conflicts:
#	test/lisp/emacs-lisp/package-tests.el
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typo in "(elisp) Type Keywords"</title>
<updated>2020-06-07T15:46:12+00:00</updated>
<author>
<name>Basil L. Contovounesios</name>
</author>
<published>2020-06-07T15:46:12+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=35661ef943d261f6c43e93e475ddd8516f4a4b62'/>
<id>35661ef943d261f6c43e93e475ddd8516f4a4b62</id>
<content type='text'>
* doc/lispref/customize.texi (Type Keywords): Fix typo of 'choice'
composite type.  (Bug#41749)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* doc/lispref/customize.texi (Type Keywords): Fix typo of 'choice'
composite type.  (Bug#41749)
</pre>
</div>
</content>
</entry>
<entry>
<title>Use 65535 as color-values scale value in the NS backend</title>
<updated>2020-06-07T08:37:27+00:00</updated>
<author>
<name>Mattias Engdegård</name>
</author>
<published>2020-06-06T09:23:48+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=9fc935f1225f75eb36091060b02a583cf32ff30c'/>
<id>9fc935f1225f75eb36091060b02a583cf32ff30c</id>
<content type='text'>
* src/nsfns.m (Fxw_color_values): Scale with 65535 instead of 65280, for
uniformity with other backends.
* lisp/faces.el (color-values): Update doc string.
* doc/lispref/frames.texi (Color Names): Update examples.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* src/nsfns.m (Fxw_color_values): Scale with 65535 instead of 65280, for
uniformity with other backends.
* lisp/faces.el (color-values): Update doc string.
* doc/lispref/frames.texi (Color Names): Update examples.
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve documentation of 'window-text-pixel-size'</title>
<updated>2020-06-06T17:10:37+00:00</updated>
<author>
<name>Eli Zaretskii</name>
</author>
<published>2020-06-06T17:10:37+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=dd366b5d3bc528b0e3520516f67baa523ffae956'/>
<id>dd366b5d3bc528b0e3520516f67baa523ffae956</id>
<content type='text'>
* doc/lispref/display.texi (Size of Displayed Text): Clarify the
description of 'window-text-pixel-size'.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* doc/lispref/display.texi (Size of Displayed Text): Clarify the
description of 'window-text-pixel-size'.
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve documentation of 'sort-subr'</title>
<updated>2020-06-05T08:30:03+00:00</updated>
<author>
<name>Eli Zaretskii</name>
</author>
<published>2020-06-05T08:30:03+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=bf09106256f9212d3162a4335c18fd2ef876066d'/>
<id>bf09106256f9212d3162a4335c18fd2ef876066d</id>
<content type='text'>
* doc/lispref/text.texi (Sorting): Clarify the meaning and use of
PREDICATE argument to 'sort-subr'.  (Bug#41706)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* doc/lispref/text.texi (Sorting): Clarify the meaning and use of
PREDICATE argument to 'sort-subr'.  (Bug#41706)
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve format-spec documentation (bug#41571)</title>
<updated>2020-06-02T13:58:25+00:00</updated>
<author>
<name>Basil L. Contovounesios</name>
</author>
<published>2020-05-27T23:53:42+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=b07e3b1d97e73c5cf0cd60edf4838b555530bbf0'/>
<id>b07e3b1d97e73c5cf0cd60edf4838b555530bbf0</id>
<content type='text'>
* doc/lispref/text.texi (Interpolated Strings): Move from here...
* doc/lispref/strings.texi (Custom Format Strings): ...to here,
renaming the node and clarifying the documentation.
(Formatting Strings): End node with sentence referring to the next
one.
* lisp/format-spec.el (format-spec): Clarify docstring.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* doc/lispref/text.texi (Interpolated Strings): Move from here...
* doc/lispref/strings.texi (Custom Format Strings): ...to here,
renaming the node and clarifying the documentation.
(Formatting Strings): End node with sentence referring to the next
one.
* lisp/format-spec.el (format-spec): Clarify docstring.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge from origin/emacs-27</title>
<updated>2020-05-28T14:50:26+00:00</updated>
<author>
<name>Glenn Morris</name>
</author>
<published>2020-05-28T14:50:26+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=4939beacb33ea91cd35e18fa7d43a4392d47f6f4'/>
<id>4939beacb33ea91cd35e18fa7d43a4392d47f6f4</id>
<content type='text'>
bd7b681dc4 (origin/emacs-27) Tiny texinfo markup fixes
d0dd0e0612 ; Fix more @var/@code mixups in Elisp manual
313dc0439e ; Fix another format-spec typo in the Elisp manual
9d7fd78421 Make next-error behavior a bit more flexible
0691d25295 * etc/NEWS.25: Belatedly announce upcase-dwim and downcase...
df91c94ca8 Fix access to single-byte characters in buffer text
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
bd7b681dc4 (origin/emacs-27) Tiny texinfo markup fixes
d0dd0e0612 ; Fix more @var/@code mixups in Elisp manual
313dc0439e ; Fix another format-spec typo in the Elisp manual
9d7fd78421 Make next-error behavior a bit more flexible
0691d25295 * etc/NEWS.25: Belatedly announce upcase-dwim and downcase...
df91c94ca8 Fix access to single-byte characters in buffer text
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge from origin/emacs-27</title>
<updated>2020-05-28T14:50:25+00:00</updated>
<author>
<name>Glenn Morris</name>
</author>
<published>2020-05-28T14:50:25+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=dc78327e32fb7496dca10e17189a4d1b7d4923f4'/>
<id>dc78327e32fb7496dca10e17189a4d1b7d4923f4</id>
<content type='text'>
e7a3ed8a6d Fix tab-bar-tab-name-ellipsis initialization
4737d0af75 Fix Elisp manual entry for format-spec
0195809bb6 Fix rare assertion violations in 'etags'
cddb0079ff ; * lisp/format-spec.el (format-spec): Fix typo.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
e7a3ed8a6d Fix tab-bar-tab-name-ellipsis initialization
4737d0af75 Fix Elisp manual entry for format-spec
0195809bb6 Fix rare assertion violations in 'etags'
cddb0079ff ; * lisp/format-spec.el (format-spec): Fix typo.
</pre>
</div>
</content>
</entry>
<entry>
<title>Tiny texinfo markup fixes</title>
<updated>2020-05-27T23:30:00+00:00</updated>
<author>
<name>Glenn Morris</name>
</author>
<published>2020-05-27T23:29:19+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=bd7b681dc432ce77fbe3634c919fe49ca335f8e1'/>
<id>bd7b681dc432ce77fbe3634c919fe49ca335f8e1</id>
<content type='text'>
* doc/lispref/edebug.texi (Edebug Views):
* doc/lispref/loading.texi (Library Search):
* doc/lispref/os.texi (User Identification): Markup fixes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* doc/lispref/edebug.texi (Edebug Views):
* doc/lispref/loading.texi (Library Search):
* doc/lispref/os.texi (User Identification): Markup fixes.
</pre>
</div>
</content>
</entry>
<entry>
<title>; Fix more @var/@code mixups in Elisp manual</title>
<updated>2020-05-27T23:12:54+00:00</updated>
<author>
<name>Basil L. Contovounesios</name>
</author>
<published>2020-05-27T23:12:54+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=d0dd0e0612989ee169214e0f0ba32cf0a3e376b2'/>
<id>d0dd0e0612989ee169214e0f0ba32cf0a3e376b2</id>
<content type='text'>
* doc/lispref/text.texi (Replacing): Fix markup for function
arguments.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* doc/lispref/text.texi (Replacing): Fix markup for function
arguments.
</pre>
</div>
</content>
</entry>
</feed>
