mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-06 03:40:56 -08:00
* coding.c (Fcoding_system_plist): Use common style for docstring.
This commit is contained in:
parent
a3eebe9bbd
commit
509257822c
2 changed files with 5 additions and 1 deletions
|
|
@ -1,3 +1,7 @@
|
|||
2015-01-11 Dmitry Antipov <dmantipov@yandex.ru>
|
||||
|
||||
* coding.c (Fcoding_system_plist): Use common style for docstring.
|
||||
|
||||
2015-01-11 Paul Eggert <eggert@cs.ucla.edu>
|
||||
|
||||
Port to MSB hosts without optimization
|
||||
|
|
|
|||
|
|
@ -10671,7 +10671,7 @@ Any alias or subsidiary coding system is not a base coding system. */)
|
|||
|
||||
DEFUN ("coding-system-plist", Fcoding_system_plist, Scoding_system_plist,
|
||||
1, 1, 0,
|
||||
doc: "Return the property list of CODING-SYSTEM.")
|
||||
doc: /* Return the property list of CODING-SYSTEM. */)
|
||||
(Lisp_Object coding_system)
|
||||
{
|
||||
Lisp_Object spec, attrs;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue