Vertaling van "push-mark" in Spaans
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
However, in this version, push-mark has two additional arguments.
Sin embargo, en esta versión, push-mark tiene dos argumentos adicionales.
The second argument to push-mark is nil.
Also, remember the current buffer and return to it. push-mark
Además, recuerda el buffer actual y regresa a el. push-mark
The first of these lines is the expression, (push-mark).
La primera de estas líneas es la expresión, (push-mark).
The push-mark command sets a mark at the place where the cursor was located before it was moved to the beginning of the buffer by the (goto-char (point-min)) expression.
El comando push-mark establece una marca en el sitio donde se encontraba el cursor antes de que la expresión (goto-char (point-min)) lo moviera al principio del buffer.
Perhaps whoever wrote the code did not know that the arguments for push-mark are optional and that if push-mark is not passed an argument, the function automatically sets mark at the location of point by default.
Quizás quien escribió el código no conocía que los argumentos de push-mark son opcionales y que si no se pasa un argumento a push-mark, la función establece automáticamente la marca en la posición del punto por defecto.