1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-24 12:20:20 +02:00

Docstring fix for scm_logand.

This commit is contained in:
Neil Jerram 2000-08-12 22:13:32 +00:00
parent 5da1a3da3e
commit f0a7af1a86
2 changed files with 6 additions and 1 deletions

View file

@ -714,7 +714,8 @@ SCM_DEFINE1 (scm_logand, "logand", scm_tc7_asubr,
"Example:\n"
"@lisp\n"
"(number->string (logand #b1100 #b1010) 2)\n"
" @result{} \"1000\"")
" @result{} \"1000\"\n"
"@end lisp")
#define FUNC_NAME s_scm_logand
{
long int nn1;