From 842c3896f660295e4c16938aa1fd195e5d377460 Mon Sep 17 00:00:00 2001 From: Joe Wreschnig Date: Wed, 4 Oct 2017 20:43:42 +0200 Subject: [PATCH 1/1] =?utf8?q?Fix=20doc=20string=20for=20=E2=80=98cl-defun?= =?utf8?q?=E2=80=99-style=20keyword=20arguments.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- apt-sources-list.el | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/apt-sources-list.el b/apt-sources-list.el index 980499d..881baa3 100644 --- a/apt-sources-list.el +++ b/apt-sources-list.el @@ -138,18 +138,18 @@ single “%s” which will be replaced with the source name." (uri &key name (type "deb") options (suite (car apt-sources-list-suites)) (components (car apt-sources-list-components))) - "Insert a new package source at URI, with extra PROPERTIES. + "Insert a new package source at URI. When called interactively without a prefix argument, assume the type is “deb” and no special options. -When called from Lisp, optional properties include: +When called from Lisp, optional arguments include: -‘:name’ - a source name to include in a leading comment -‘:type’ - “deb” or “deb-src”, defaulting to “deb” -‘:options’ - an options string, without […] delimiters -‘:suite’ - defaults to the first of ‘apt-sources-list-suites’ -‘:components’ - defaults to the first of ‘apt-sources-list-components’ +NAME - a source name to include in a leading comment +TYPE - “deb” or “deb-src”, defaulting to “deb” +OPTIONS - an options string, without […] delimiters +SUITE - defaults to the first item of ‘apt-sources-list-suites’ +COMPONENTS - defaults to the first item of ‘apt-sources-list-components’ You should read the official APT documentation for further explanation of the format." -- 2.20.1