mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-06 15:40:29 +02:00
Docstring fix for scm_logand.
This commit is contained in:
parent
5da1a3da3e
commit
f0a7af1a86
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2000-08-12 Neil Jerram <neil@ossau.uklinux.net>
|
||||||
|
|
||||||
|
* numbers.c (s_scm_logand): Docstring fix - "@end lisp" inserted.
|
||||||
|
|
||||||
2000-08-11 Neil Jerram <neil@ossau.uklinux.net>
|
2000-08-11 Neil Jerram <neil@ossau.uklinux.net>
|
||||||
|
|
||||||
* macros.c: Remove surplus newlines from end of docstrings.
|
* macros.c: Remove surplus newlines from end of docstrings.
|
||||||
|
|
|
@ -714,7 +714,8 @@ SCM_DEFINE1 (scm_logand, "logand", scm_tc7_asubr,
|
||||||
"Example:\n"
|
"Example:\n"
|
||||||
"@lisp\n"
|
"@lisp\n"
|
||||||
"(number->string (logand #b1100 #b1010) 2)\n"
|
"(number->string (logand #b1100 #b1010) 2)\n"
|
||||||
" @result{} \"1000\"")
|
" @result{} \"1000\"\n"
|
||||||
|
"@end lisp")
|
||||||
#define FUNC_NAME s_scm_logand
|
#define FUNC_NAME s_scm_logand
|
||||||
{
|
{
|
||||||
long int nn1;
|
long int nn1;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue