<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emacs/doc/lispref, branch scratch/static_assert</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-30</title>
<updated>2024-07-20T10:32:17+00:00</updated>
<author>
<name>Eli Zaretskii</name>
</author>
<published>2024-07-20T10:32:17+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=b21e749a7c67614110c168299e9b36ac27e9f97a'/>
<id>b21e749a7c67614110c168299e9b36ac27e9f97a</id>
<content type='text'>
816c53c2d9d Fix bibtex validation for non-file buffers
ab7c40ea52a Fix Imenu in 'emacs-news-view-mode'
ea30ffc52b3 ; * doc/misc/gnus.texi (Agent Caveats): Fix doc
07b1a36f78c ; * src/sqlite.c (Fsqlite_load_extension): Add "vec0" to ...
96f1db89ee7 Avoid errors in 'icomplete-vertical-mode'
55110d1fda2 Document GNU ELPA copyright in tips.texi
079e5a03156 Improve register-use-preview docstring
e4760109ac8 Miscellaneous checkdoc fixes
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
816c53c2d9d Fix bibtex validation for non-file buffers
ab7c40ea52a Fix Imenu in 'emacs-news-view-mode'
ea30ffc52b3 ; * doc/misc/gnus.texi (Agent Caveats): Fix doc
07b1a36f78c ; * src/sqlite.c (Fsqlite_load_extension): Add "vec0" to ...
96f1db89ee7 Avoid errors in 'icomplete-vertical-mode'
55110d1fda2 Document GNU ELPA copyright in tips.texi
079e5a03156 Improve register-use-preview docstring
e4760109ac8 Miscellaneous checkdoc fixes
</pre>
</div>
</content>
</entry>
<entry>
<title>Document GNU ELPA copyright in tips.texi</title>
<updated>2024-07-20T05:46:37+00:00</updated>
<author>
<name>Stefan Kangas</name>
</author>
<published>2024-07-20T05:46:37+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=55110d1fda2daa204d98f93872577cca81733ad4'/>
<id>55110d1fda2daa204d98f93872577cca81733ad4</id>
<content type='text'>
* doc/lispref/tips.texi (Library Headers): Document that GNU ELPA
packages should have their copyright assigned to the FSF.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* doc/lispref/tips.texi (Library Headers): Document that GNU ELPA
packages should have their copyright assigned to the FSF.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge from origin/emacs-30</title>
<updated>2024-07-19T18:31:53+00:00</updated>
<author>
<name>Stefan Monnier</name>
</author>
<published>2024-07-19T18:31:53+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=153732e63813d34b057ab24fbd9e134bd3be6eaa'/>
<id>153732e63813d34b057ab24fbd9e134bd3be6eaa</id>
<content type='text'>
a478423d19f * lisp/progmodes/peg.el (peg-syntax-classes): Typo (bug#7...
951fb93956d * lisp/transient.el (static-if): Remove duplicated defini...
0218fb21437 Adapt file-remote-p doc
34c1094e607 ; Fix typo in etc/ORG-NEWS (Bug#72186)
5916b172bdc * etc/TODO: Delete item about merging Magit.
a6cab228d4d ; Fix typos
41dc28244f2 * doc/man/emacs.1.in: Add "No warranty" notice.
b2ac3435867 ; * doc/man/emacs.1.in: Improve wording.
110b3d08d73 Improve emacs man page description of --user flag
4911f08912a Checkdoc fixes in allout-widgets.el
109b592d77b Checkdoc fixes in subr.el
46436720787 Checkdoc fixes in touch-screen.el
9889774c62e Checkdoc fixes in treesit.el

# Conflicts:
#	etc/NEWS
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
a478423d19f * lisp/progmodes/peg.el (peg-syntax-classes): Typo (bug#7...
951fb93956d * lisp/transient.el (static-if): Remove duplicated defini...
0218fb21437 Adapt file-remote-p doc
34c1094e607 ; Fix typo in etc/ORG-NEWS (Bug#72186)
5916b172bdc * etc/TODO: Delete item about merging Magit.
a6cab228d4d ; Fix typos
41dc28244f2 * doc/man/emacs.1.in: Add "No warranty" notice.
b2ac3435867 ; * doc/man/emacs.1.in: Improve wording.
110b3d08d73 Improve emacs man page description of --user flag
4911f08912a Checkdoc fixes in allout-widgets.el
109b592d77b Checkdoc fixes in subr.el
46436720787 Checkdoc fixes in touch-screen.el
9889774c62e Checkdoc fixes in treesit.el

# Conflicts:
#	etc/NEWS
</pre>
</div>
</content>
</entry>
<entry>
<title>Adapt file-remote-p doc</title>
<updated>2024-07-19T16:29:49+00:00</updated>
<author>
<name>Michael Albinus</name>
</author>
<published>2024-07-19T16:29:49+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=0218fb214376555df52188be4afee16249e3639c'/>
<id>0218fb214376555df52188be4afee16249e3639c</id>
<content type='text'>
* doc/lispref/files.texi (Magic File Names): Adapt file-remote-p.

* lisp/files.el (file-remote-p): Adapt docstring.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* doc/lispref/files.texi (Magic File Names): Adapt file-remote-p.

* lisp/files.el (file-remote-p): Adapt docstring.
</pre>
</div>
</content>
</entry>
<entry>
<title>; Fix typos</title>
<updated>2024-07-18T09:46:50+00:00</updated>
<author>
<name>Stefan Kangas</name>
</author>
<published>2024-07-07T15:40:31+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=a6cab228d4d1a82a80eac81b057857a230eef0b5'/>
<id>a6cab228d4d1a82a80eac81b057857a230eef0b5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge from savannah/emacs-30</title>
<updated>2024-07-18T05:36:46+00:00</updated>
<author>
<name>Po Lu</name>
</author>
<published>2024-07-18T05:36:46+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=d31b202377ed844c1ecc405ffb879c03d5552d6b'/>
<id>d31b202377ed844c1ecc405ffb879c03d5552d6b</id>
<content type='text'>
4c35382e983 ; * src/emacs.c (syms_of_emacs) &lt;Vsystem_type&gt;: Fix doc s...
34882d52432 Port better to Android 3.0
765cfaed775 ; * doc/emacs/anti.texi (Antinews): Fix typos (bug#72167).
7093504da2d ; Fix typos (bug#72167)
8c7c4f4baaa New Tramp tests
85d2d7982d4 Update Tramp manual
504bdd560af ; Fix last change
3ccebbe17b7 Fix 'toggle-window-dedicated' documentation
719d5753ca6 ; * doc/lispref/help.texi (Keys in Documentation): Add cr...
e3bba63ecb9 Checkdoc fixes in transient.el
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
4c35382e983 ; * src/emacs.c (syms_of_emacs) &lt;Vsystem_type&gt;: Fix doc s...
34882d52432 Port better to Android 3.0
765cfaed775 ; * doc/emacs/anti.texi (Antinews): Fix typos (bug#72167).
7093504da2d ; Fix typos (bug#72167)
8c7c4f4baaa New Tramp tests
85d2d7982d4 Update Tramp manual
504bdd560af ; Fix last change
3ccebbe17b7 Fix 'toggle-window-dedicated' documentation
719d5753ca6 ; * doc/lispref/help.texi (Keys in Documentation): Add cr...
e3bba63ecb9 Checkdoc fixes in transient.el
</pre>
</div>
</content>
</entry>
<entry>
<title>; Fix last change</title>
<updated>2024-07-17T11:10:50+00:00</updated>
<author>
<name>Eli Zaretskii</name>
</author>
<published>2024-07-17T11:10:50+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=504bdd560affd9173f0b406bcc830afca8648e20'/>
<id>504bdd560affd9173f0b406bcc830afca8648e20</id>
<content type='text'>
* doc/lispref/windows.texi (Dedicated Windows):
* doc/emacs/windows.texi (Displaying Buffers): Mention keybinding.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* doc/lispref/windows.texi (Dedicated Windows):
* doc/emacs/windows.texi (Displaying Buffers): Mention keybinding.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix 'toggle-window-dedicated' documentation</title>
<updated>2024-07-17T07:47:28+00:00</updated>
<author>
<name>Robert Pluim</name>
</author>
<published>2024-07-17T07:38:43+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=3ccebbe17b73488d2d0ba73fda3b70cb6034cc7d'/>
<id>3ccebbe17b73488d2d0ba73fda3b70cb6034cc7d</id>
<content type='text'>
* doc/emacs/windows.texi (Displaying Buffers): Fix the cross reference
to the elisp manual.  Add missing 'toggle-window-dedicated'.
* doc/lispref/windows.texi (Dedicated Windows): Mention
'toggle-window-dedicated'.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* doc/emacs/windows.texi (Displaying Buffers): Fix the cross reference
to the elisp manual.  Add missing 'toggle-window-dedicated'.
* doc/lispref/windows.texi (Dedicated Windows): Mention
'toggle-window-dedicated'.
</pre>
</div>
</content>
</entry>
<entry>
<title>; * doc/lispref/help.texi (Keys in Documentation): Add cross-reference.</title>
<updated>2024-07-16T14:35:42+00:00</updated>
<author>
<name>Eli Zaretskii</name>
</author>
<published>2024-07-16T14:35:42+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=719d5753ca661d5ab264383a2a3ca5932c595b41'/>
<id>719d5753ca661d5ab264383a2a3ca5932c595b41</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge from savannah/emacs-30</title>
<updated>2024-07-16T02:15:26+00:00</updated>
<author>
<name>Po Lu</name>
</author>
<published>2024-07-16T02:15:26+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=f54ad127eec285bffa8c6f2bcb884ec848a73cb1'/>
<id>f54ad127eec285bffa8c6f2bcb884ec848a73cb1</id>
<content type='text'>
68b7806c319 Support passing signals like 'SIGCODE' to 'tramp-signal-p...
510ca5e84b5 Merge branch 'emacs-30' of git.sv.gnu.org:/srv/git/emacs ...
fe28ba5d55b ; Replace quotes with @code{...} in texinfo files
ecc8516d9ca ; Replace (non-)nil with (non-)@code{nil} in texinfo files
3407e274999 Don't save to history from 'eshell-command' when aborting
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
68b7806c319 Support passing signals like 'SIGCODE' to 'tramp-signal-p...
510ca5e84b5 Merge branch 'emacs-30' of git.sv.gnu.org:/srv/git/emacs ...
fe28ba5d55b ; Replace quotes with @code{...} in texinfo files
ecc8516d9ca ; Replace (non-)nil with (non-)@code{nil} in texinfo files
3407e274999 Don't save to history from 'eshell-command' when aborting
</pre>
</div>
</content>
</entry>
</feed>
